J
JMc..
HI - I'm looking for a way to make a page with a form on it so that when you submit with a predefined correct answer, you go to a "correct" page, or to an "incorrect" page if your form input does not match.
I'm doing this to add a layer of security to a personal website so that only people who know me can access certain pages. I thought I try to do this by reffering to a page with a few questions in a form on it.
When they click sumbit, I'd like for the server to check to see if the answers match up to the correct values. If they match up, I'd send them to another page in a subdirectory. If the are incorrect, they would be sent to a "sorry, but..." kind of page.
Anyone have any thoughts if a form and custom form handler is the easiest way to handlel this? I have a web site hosted by a comercial web hosting company.
thanks much,
I'm doing this to add a layer of security to a personal website so that only people who know me can access certain pages. I thought I try to do this by reffering to a page with a few questions in a form on it.
When they click sumbit, I'd like for the server to check to see if the answers match up to the correct values. If they match up, I'd send them to another page in a subdirectory. If the are incorrect, they would be sent to a "sorry, but..." kind of page.
Anyone have any thoughts if a form and custom form handler is the easiest way to handlel this? I have a web site hosted by a comercial web hosting company.
thanks much,