ページを離れる前にJsメソッドを呼び出します.
739 ワード
<html xmlns=
"[url]http://www.w3.org/1999/xhtml[/url]"
>
<head>
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=gb2312"
/>
<title>onbeforeunload </title>
<script>
function checkLeave(){
event.returnValue=
" ?"
;
}
</script>
</head>
<body onbeforeunload=
"checkLeave()"
>
</body>
</html>