<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>離開時轉(zhuǎn)跳到指定網(wǎng)址</title>
</head>
<body>
<script LANGUAGE="JavaScript">
<!-- Begin
function leave() {
window.open('http://www.yunwuxian.net','','toolbar=no,menubar=no,location=no,height=150,width=650');
}
// End -->
</script>

</body>
</html>

===================================================
如果把上面的代碼加入一個頁面當(dāng)中,當(dāng)你關(guān)閉這個網(wǎng)頁時,就會彈出另一個頁面,這個代碼應(yīng)該做網(wǎng)盟的人,經(jīng)常會用!

大家可以把上面的代碼復(fù)制,然后粘貼到html文件當(dāng)中去,然后用IE打開這個網(wǎng)頁,Z后關(guān)閉這個網(wǎng)頁,就可以看到效果了