coolberg
10-09-2007, 10:57 AM
I have a form which includes some radio buttons. Depending on which radio
button is pressed, a table of links is shown using dynamic HTML (innerHTML).
When a link is clicked on, the user is taken to another page. This works fine.
However, when the user then presses Back, the original page is re-displayed
with the selected radio button still pressed, but the dynamic HTML is
"forgotten". Is there any way (without using cookies) to make the browser
remember the dynamically changed HTML ? (I'm just talking about MSIE.)
I tried to solve it by saving the HTML string in a hidden FORM object, but the browser didn't remember the value of this object after returning to the page.
Strange; it did remember the radio button, but not this other value.
button is pressed, a table of links is shown using dynamic HTML (innerHTML).
When a link is clicked on, the user is taken to another page. This works fine.
However, when the user then presses Back, the original page is re-displayed
with the selected radio button still pressed, but the dynamic HTML is
"forgotten". Is there any way (without using cookies) to make the browser
remember the dynamically changed HTML ? (I'm just talking about MSIE.)
I tried to solve it by saving the HTML string in a hidden FORM object, but the browser didn't remember the value of this object after returning to the page.
Strange; it did remember the radio button, but not this other value.