3个回答
2018-05-15 · 知道合伙人养生行家
关注
展开全部
简单加密!意义不大!会玩网页的人就会看
<script language="JavaScript">
function password() {
var testV = 1;
var pass1 = prompt('请输入密码(密码是123):','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1 == "123") {
alert('密码正确!');
break;
}
testV+=-1;
var pass1 =
prompt('密码错误!请重新输入:');
}
if (pass1!="password" & testV ==3)
history.go(-1);
return " ";
}
document.write(password());
</script>
<script language="JavaScript">
function password() {
var testV = 1;
var pass1 = prompt('请输入密码(密码是123):','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1 == "123") {
alert('密码正确!');
break;
}
testV+=-1;
var pass1 =
prompt('密码错误!请重新输入:');
}
if (pass1!="password" & testV ==3)
history.go(-1);
return " ";
}
document.write(password());
</script>
追问
可不可以用一个脚本让其输错密码后强制退出网站?谢谢
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询