|
发表于 2011-3-16 17:47:58
|
显示全部楼层
<SCRIPT language=javascript type=text/javascript>
var areYouReallySure = false;
var internalLink = false;
function areYouSure() {
if (!areYouReallySure && !internalLink) {
areYouReallySure = true;
location.href="index2.php"
return "*****************************************************\n\nWAIT! \n\nBefore you leave this page please DO consider the incredible opportunity you are leaving behind. We are going to give you a secret prize.\n\nTo claim your kit CLICK CANCEL and complete a simple skill test..\n\nClick cancel to claim your prize.\n\n*****************************************************";
}
}
window.onbeforeunload = areYouSure;
</SCRIPT> |
|