Well, I wanted to make a secure webpage which only can be reached
through input of a password. Just from a normal webpage through a
link to a webpage with a javascript which controls the given
password. If the password is correct, the user is automatically
linked to a secure webpage. If the password isn't correct you are
redirected to the indexpage. Is this possible to make?