??按IE右上角的关闭没有反应,页面上有个BUTTON一按就关闭

HELP!
---------------------------------------------------------------

不准点击X来关闭当前网页

1<script language="javascript">   
2function window.onbeforeunload()   
3{   
4if (event.clientX>document.body.clientWidth && event.clientY<0 ¦ &brvbarevent.altKey){   
5window.event.returnValue="确定要退出本页吗?";   
6new ActiveXObject("WScript.Shell").sendKeys("{ESC}")}   
7}   
8</script>
1<input onclick="window.opener=null;window.close()" type="button" value="关闭"/>

---------------------------------------------------------------

up学习。

Published At
Categories with Web编程
comments powered by Disqus