Conditional Page Displays

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a database driven login authentication page. My problem is
with controlling where the user goes, based on whether or not they are a
valid user. It is finding the correct record if the user exists in the
table, but if the user doesn't exist, I want them to be kicked back to the
login page instead of to the next page. Basically, click the submit button,
check the value, if value A exists go to page x, if not, take back to where
they started.
The ip address is: http://72.41.177.196/members/login.asp
Any suggestions without getting into Javascript, VBscript or ASP?
 
Any suggestions without getting into Javascript, VBscript or ASP?
How else do you expect you can meet your requirements?

Bob Lehmann
 
So you are saying that there is nothing within the Frontpage IDE to do this?
Do you have a code sample in ASP or something else?
 
Back
Top