IE页面无提示关闭,适合IE6以上

this is The Code:
<Script>
function WinClose()
{
 window.opener=null;
 window.close();
}
</Script>
<body onload="WinClose();">
<button onClick='window.opener=null;window.close();'>Close Window</button>
</body>
posted on 2006-03-22 11:15  北极熊,我来了!  阅读(250)  评论(0编辑  收藏  举报