Password Prompt, add a password screen to a page |
Password Prompt, add a password screen to a page |
Feb 25 2004, 12:38 AM
Post
#1
|
|
![]() pimpalishious ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 436 Joined: Feb 2004 Member No: 4,370 |
the code is
CODE <!-- begin code provided by createblog.com --> <script> var pass="[B]PASSWORD GOES HERE[/B]"; var attempt=prompt("What is the password?" , ""); if (pass==attempt) alert("Correct") else {location.href="about:blank";} </script> <!-- end code provided by createblog.com --> please comment on this! |
|
|
|
adoggydog195 Password Prompt Feb 25 2004, 12:38 AM
chopstix-ninja move to scripts Feb 25 2004, 12:57 AM
aznhybriddragon nice code, easy to crack but i dont see the point ... Feb 25 2004, 01:05 AM
adoggydog195 the point was to put it on only pages like your pr... Feb 25 2004, 01:18 AM
aznhybriddragon QUOTE(adoggydog195 @ Feb 24 2004, 10:18 PM)th... Feb 25 2004, 01:21 AM![]() ![]() |