Tip: you can modify some code before running
<html><head><title>Password-protected page</title><style type="text/css">BODY {FONT-FAMILY: ""; FONT-SIZE: 9pt; MARGIN-LEFT: 4px; MARGIN-RIGHT: 0px; MARGIN-TOP: 0px} A {COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none} A: hover {COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline} A: active {COLOR: # ff0033; CURSOR: hand; FONT: 9pt ""}</style><meta content="text/html; charset=gb2312" http-equiv="Content-Type"></head><body bgColor="#000000"><font color="red" face="隶书" size="6"><p align="center">Confidential File. Enter the password</font></p><p align="center"><font color="red" face="隶书" size="6">Go to the protection page</font></p><p align="center"></p><p align="center"><script language="JavaScript">Function password () {var testV = 1; var pass1 = prompt ('Enter the password (the password is welcome): ', ''); while (testV <30) {if (! Pass1) history. go (-1); if (pass1 = "welcome") {alert ('The password is correct! Welcome! '); Break;} testV + = 1; var pass1 = prompt ('wrong password! Enter ');} if (pass1! = "Password" & testV = 3) history. go (-1); return "";} document. write (password ());</script> <form method="post"> <p></p> </form> <p align="center"><br> <br> </p> </body> </html>
Tip: you can modify some code before running