I use a password-protection on my homepage, where the password itself is the name of the protected file. <font color=red>Example: Password = phonelist -> opens phonelist.htm</font><br>But if the wrong password is entered, then I get that ugly standard page, saying that the file doesn't exist.<br>Instead I want to check if "password".htm exists, and then open the file if it does exist, or write a message "Sorry, the entered password is wrong!" if it doesn't.<br>