View Single Post
  #2 (permalink)  
Old 07-25-2004, 01:01 PM
ADAM Web Design's Avatar
ADAM Web Design ADAM Web Design is offline
WebProWorld 1,000+ Club
 

Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,217
ADAM Web Design RepRank 0
Default

Well...in the case of logins/passwords, it really depends on what you're trying to accomplish or do.

The simple explanation (with no code) is this:

Set up Access table with login, password, and redirect URL.
Set up form for user to input login/password.
Check to see if Login/password inputted match any in the Access table.
If they do, retrieve the URL and redirect them (Response.Redirect) to the appropriate section.
Reply With Quote