PDA

View Full Version : DOM Object History Question


KaoticS
03-20-2008, 03:12 AM
Ok so making a user/login.

When a user clicks submit, brings them to a page called loginVer.asp, checks against the Database if the user info is there, if it is i wan't it to pass that info back to the page it came from. Tried using the history.back() but as you guys know doesn't work for obvious reasons.

I used asp server variables for the http_referrer but id rather not have to make a script to disect what i want :\

Halp