欢迎来到皮皮网网首页

【c 表白源码】【SGCMS源码下载】【app美化源码】html源码添加访问密码

来源:asp简易会员管理源码 时间:2024-12-29 12:35:38

1.htmlԴ?源码????ӷ???????

html源码添加访问密码

htmlԴ?????ӷ???????

       简单加密!意义不大!添加c 表白源码会玩网页的访问SGCMS源码下载人就会看

       <script language="JavaScript">

       function password() {

       var testV = 1;

       var pass1 = prompt('请输入密码(密码是):','');

       while (testV < 3) {

       if (!pass1)

       history.go(-1);

       if (pass1 == "") {

       alert('密码正确!');

       break;

       }

       testV+=-1;

       var pass1 =

       prompt('密码错误!请重新输入:');

       }

       if (pass1!="password" & testV ==3)

       history.go(-1);

       return " ";

       }

       document.write(password());

       </script>