复制代码 代码如下:
<!DOCTYPE html>
<html>
<head>
<script>
function closeIt()
{
return "Any string value here forces a dialog box to /n" +
"appear before closing the window.";
}
window.onbeforeunload = closeIt;
</script>
</head>
<body>
<a href="http://www.vevb.com">Click here to navigate to
</a>
</body>
</html>
新闻热点
疑难解答
图片精选