-Just type in the name of the target doc.
BASE DOCUMENT
Add to head
---------------------------------
1| Add the link
Click here
2| Add for non javascrip users
---------------------------------
TARGET DOCUMENT
-name target document the same name as password
ie pass = wiggy
page = wiggy.html
------
Notes:
When the Gate Keeper prompt box appears, it says Password required:. You can change this by editing the following line in the script...
var password = prompt("Password required:", "");
----------------------
You can specify default text in the prompt box if you wish..
Click here for my secret page!
Just edit the following line in the script from this...
var password = prompt("Password required:", "");
To this...
var password = prompt("Password required:", "Enter your secret code here");