Good Morning,I have a simple question that might require a more complex answer. Here is what I am trying to do.
I have a simple form that resides on my home page that consists of a username and password field. Both of these fields are stored in a table on my db that has about 30 columns of additional data. Basically once this form is submitted it sends them to a page that allows them to view their account information on a page called account.asp (a drw page).
Everything is working fine up to this point. Here is what i would like to do.
I would like to add some code that would allow me to do the following. Lets say if someone entered the following information on my form
Username: Spooky
Password: Spooky
It would re-direct and/or send them to a different page other then account.asp
Please note that this username and password would not be listed in the database. Does anyone know how I would accomplish this? Thanks for everyones help.
------------------
Brian---