PASSWORD PROTECT A WEB PAGE: Copy and paste the following code into the HEAD section of the HTML document that you wish to provide minimal password protection. Replace the square brackets with "<" and ">". Type your own choice of a password over 'OpenSesame'. Passwords are case sensitive: [SCRIPT language="javascript" [!-- BEGIN Script var wrong="http://www.mcquaidjames.com/private/index.html"; var password="OpenSesame"; ] var name = prompt("Please enter the password: ","Password Required"); if (name == password) {(confirm("Please come in."))} else {location.href=wrong} // END Script --] [/SCRIPT]