English
<!-- Add the following code to the <body> area --> <!-- web http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs- -> <!-- Script description: Add the following code to the <body> area: --> <script> alert("You can enter 1, 2, 3, 4, 5 to enter different websites respectively. If you enter the wrong page It will be fine") </script> <script language="JavaScript"> right1 = "http://www.downcodes.com"; right2 = "http://www.downcodes.com/web"; right3 = "http://www.downcodes.com/flash"; right4 = "http://www.downcodes.com/js"; right5 = "http://www.downcodes.com/bbs"; name1 = "1 " name2 = "2" name3 = "3" name4 = "4" name5 = "5" var name = prompt("Please enter your number",""); // if... else statement... right , // confirm this, wrong, go to // wrong... if (name ==name1) {location.href=right1} if (name ==name2) {location.href=right2} if (name ==name3 ) {location.href=right3} if (name ==name4) {location.href=right4} if (name ==name5) {location.href=right5} </script>