Click to See Complete Forum and Search --> : visitor control please read!!!


sirstewie
02-11-2003, 09:59 AM
I need a script that will allow me to control access to a certain page. I would like to have the user enter their name and bday to verify that they are allowed to enter. If anyone can help please reply. If you think you can help please reply.

Nevermore
02-11-2003, 12:34 PM
So you basically want a password protect script. If you tell me what you want (i.e. the brithdays etc you want to allow through, I will make one for you. You can email me with it for a faster reply (i dont check the forums every day) at j@mward75.fsnet.co.uk.remove_this. Please delete the remove_this at the end before you email me - it is just to confuse spamBots.

Nevermore
02-11-2003, 12:43 PM
You do know that javascript provides very little actual security, don't you? It doesnt stop people viewing the page if they really want to.

Jona
02-11-2003, 12:46 PM
I suggest using a server side language such as CGI, and use JavaScript for form validation, but not password protection.