01-15-2008, 12:47 PM
|
#5 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
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.
|
|
|