function opener1(){ try{ if(parent.window.opener != null && !parent.window.opener.closed) { parent.window.opener.test1(); } }catch(e){ ...
確定! 回上一頁