Question for HTML gurus

I am trying set up a fun website for school. One of the things that I would like to do is to set up a password field that says enter password and then has an okay button. Most people wouldn't be able to get the password. If they enter a bad password, I want to send them back to my homepage. But in order to get the right one, all they need to do is go to view source and the password will be there. How would I do this? Thanks.<!--content-->You need to use a server side script that stores the passwords in a file on the server, you can use PHP or PERL for this. Check with your servers administrator if they allow you to use server side scripts.<br />
<br />
Kevin<!--content-->
 
Back
Top