|
EXAMPLE
You should have seen the prompt windows when
entering this page.
1) Insert this script in the
<HEAD> section of the page.
2) Delete the words
"Current password is - SimplytheBest" in this section of the
script:
pass=prompt("This page is password protected. Enter the password below. Current password is -
whatever","");
4) Replace the word "SimplytheBest" with your own password in this
section of the script:
if(pass=="SimplytheBest" && pass!=null)
Remember: the password is case sensitive.
|