-1
我的網頁有一個iframe。如何在iframe的另一個域中檢測關閉?
然後點擊按鈕,表單提交到POST方法的iframe,另一個域。
<iframe name="iframe" src=""> </iframe>
<form name="form" target="iframe" action="another domain" method="POST">
...
</form>
document.form.submit();
在iframe中,另一個域關閉窗口。
如何檢測?
我使用iframe.contentWindow
,但iframe.contentWindow.document.head
在Internet Explorer中引發錯誤,因爲訪問被拒絕。
如果內容來自不同的域,則無法訪問iframe中的內容。 –
請在iframe的情況下定義「_close window_」。 – Teemu