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.
|