View Single Post
  #7 (permalink)  
Old 07-27-2004, 10:28 PM
Easywebdev's Avatar
Easywebdev Easywebdev is offline
WebProWorld Veteran
 

Join Date: Apr 2004
Location: Donegal, Ireland.
Posts: 322
Easywebdev RepRank 1
Default

My apologies to you tfinch, I dragged your post off topic by jumping on the "good 404" bit.

To reply to you original post, in order for the site you described to work there has to be a script to parse the user input (username/password) which is then checked against a database of valid username/password combinations and if a match is found then the script redirects the user to certain parts of the site.

I would assume that the first page is a html page with a form and the input is passed to the second (asp) page to validate the user and redirect them.

Without seeing the code that is used to parse the input and do the redirection its nigh on impossible to provide any help.

If you could post the code and what you are trying to add/achieve then I may be able to give you a more informed answer.
__________________
"I have not failed. I have found 10,000 ways that don't work" - Thomas Edison.
"The secret to creativity is knowing how to hide your sources" - Albert Einstein.
Reply With Quote