Thread: back button
View Single Post
Old 01-15-2008, 12:47 PM   #5 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

as well as the back button, try implementing the following:

Code:
<input type='hidden' method='POST' name='PostValueFromLastPage'>
And make sure that everything you posted to the page before the page you are on is carried over. This might cause some slowdown, but it is all I can think of. using GET would work if the code didn't need to be secure.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote