View Single Post
Old 01-11-2007, 08:12 PM   #3 (permalink)
epochonaut
Junior Member
 
Join Date: Dec 2006
Posts: 7
Default Re: redirect without destroying the session

Yeah, I checked that over a few times. I found a work-around though. I created an empty form on the second page like this:

<FORM METHOD="POST" ACTION="previousPage.php"></FORM>

and used the onLoad event to call the forms submit() event. Unconventional but it works.
epochonaut is offline   Reply With Quote
Sponsored Links