Hi,
I have a html login form that asks users for a password and posts the value of the password field to another asp page, the asp page compares it with available passwords, if the password does not exist then the user is redirected to the login page. If the password is correct he is directed to an asp form.
My problem:
If the password is correct and I want to send the users to the form how to I pass on the value of his password to the new asp form? (because I will need his password to be inserted in a db from the asp form page.)
thanks