小问题??
<script language=javascript> function window.onbeforeunload()
{
if (event.clientX>document.body.clientWidth && event.clientY<0 || event.altKey)
window.event.returnValue="";
}
</script>
劳烦,
为什么会在关闭窗口时会出现提示信息,没有写呀~~