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

在Body标签中加入
onbeforeunload=return(false)
即可,如下:

<body onbeforeunload=return(false)>