Hi all,
I was wondering if it is possible to use JavaScript for the following scenario:
When a user clicks on a link, I want it to prompt for a password (there is actually only one valid password, so I shouldn't need db connectivity). If the user enters the appropriate password he is sent to one page. If he does not enter the appropriate password, he is sent to a different page.
I don't think I need ASP to do this and hope you can steer me in the right direction.
Thanks!
Derek
I was wondering if it is possible to use JavaScript for the following scenario:
When a user clicks on a link, I want it to prompt for a password (there is actually only one valid password, so I shouldn't need db connectivity). If the user enters the appropriate password he is sent to one page. If he does not enter the appropriate password, he is sent to a different page.
I don't think I need ASP to do this and hope you can steer me in the right direction.
Thanks!
Derek