摘要: window.opener=null;window.close(),只支持IE6不支持IE7的问题打开新窗口并且关闭本窗口不弹出要关闭窗口前的提示function openWin(){window.open('login.jsp','','fullscreen=yes,menubar=no,resizable=no');window.opener=null;window.close();}在IE7... 阅读全文
posted @ 2009-11-25 23:27 唔愛吃蘋果 阅读(6361) 评论(0) 推荐(0)