close


showModalDialog 無法取得 window.opener 的解決方式!
因為使用到 showModalDialog mothod,
而碰到無法取得 window.opener,也使得我沒辨法操作母視窗的問題,

解決方式!
當在母視窗使用 window.showModalDialog 時,將其中的第二個參數設為 self

如:window.showModalDialog( sURL, self, sFeature)

而在子sURL所指向的子視窗中,使用以下的程式段:

if ( window.opener ) 
        ParDoc=window.opener.document ;
else
        ParDoc=window.dialogArguments.document ;

如此便可以使用母視窗物件了。

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 11 的頭像
    11

    冠霖的部落格

    11 發表在 痞客邦 留言(0) 人氣()