這與問題「Bookmarklet behind elements」有關。提交表單後關閉小書籤
我希望在表單提交後自行關閉iframe,或者如果不可行,請使用iframe添加關閉按鈕以關閉它。我此刻的書籤是
javascript:(function(){var iFrame=document.createElement('IFRAME');iFrame.src='http://www.yeongbing.com/testform/dd-formmailer/dd-formmailer.php';iFrame.style.cssText='display:block;position:absolute;top:5%;left:60%;width:40%;height:51%;overflow:hidden;';document.body.insertBefore(iFrame,document.body.firstChild);})();
我試圖提到here的方法,但似乎無法工作。有什麼建議麼?
是在iframe的形式? – geowa4 2009-09-01 17:33:55