确认是否关闭浏览器或转到其它页面(JavaScript)

来源:岁月联盟 编辑:zhu 时间:2003-04-19
在Body标签中加入
onbeforeunload=return(false)
即可,如下:

<body onbeforeunload=return(false)>