Reload page on "back" 
Author Message
 Reload page on "back"

I have a select box on a page that has a default option "Select something".
I use an onChange event handler which works fine if the default option
appears in the select window.

However, when the user selects something, that option appears in the window
as the page is changed. When the user returns to the sending page (using the
"back" button) the page doesn't actually reload and the previous selection
is now the selected option. :-(

Can I put some code on the original page, or on the child page, so that when
the user returns, the select box is reset to the original list order?



Sun, 21 Sep 2003 12:22:14 GMT  
 Reload page on "back"
Hi Walter and Group,

Your suggestion didn't work. The problem seems to be that the page doesn't
actually "load", but is just called from the cache by history.

I've read a bit more and found a "HardReload". That's supposed to force
resetting form elements to their original values. It didn't work either.

What other approach might allow me to restore the select option list to its
original order?



Mon, 22 Sep 2003 11:13:29 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Disabling "BACK"/"FORWARD" buttons

2. Disabling "BACK"/"FORWARD" buttons

3. IE5 location.reload() "type mismatch error", but works under IE6

4. "reload" windows registery

5. Remove Links From "Back" Navigation

6. How to disable the "Back" button

7. How do I Prevent a "Back"

8. Disable "Back" Button

9. Going "Back" in server-side script

10. "Back" upset by vbScript

11. passing Exec.StdOut back "live"?

12. Datarefreshment after ging "back"

 

 
Powered by phpBB® Forum Software