把如下代碼加入<body>區(qū)域中: <SCRIPT LANGUAGE="JavaScript"> function password() { var testV = 1; var pass1 = prompt('請(qǐng)輸入密碼(密碼是welcome):',''); while (testV < 3) { if (!pass1) history.go(-1); if (pass1 == "welcome") { alert('密碼正確!'); break; } testV+=1; var pass1 = prompt('密碼錯(cuò)誤!請(qǐng)重新輸入:'); } if (pass1!="password" & testV ==3) history.go(-1); return " "; } document.write(password()); </SCRIPT>
|
溫馨提示:喜歡本站的話,請(qǐng)收藏一下本站!