S
Simon Wigzell
I have a long form with a link by each field that brings up a popup window
of the help information for that field. I'm replacing the popup with code to
just display the help info in the same page. (Damn popup blockers!) I
thought that with the history.go(-1); in the help page I would be able to
return to the form and have it in the same state it was in when I went to
the help page. I thought that the history or browser "Back" (They do the
same thing?) would bring up the form page from cache. The text, radiobox and
checkbox fields all remember their previous values but the pulldown lists
get initialized. It is not the desired behaviour that when you return to the
form from the help page some of your form selections have changed. Is there
any way around this? Thanks!
of the help information for that field. I'm replacing the popup with code to
just display the help info in the same page. (Damn popup blockers!) I
thought that with the history.go(-1); in the help page I would be able to
return to the form and have it in the same state it was in when I went to
the help page. I thought that the history or browser "Back" (They do the
same thing?) would bring up the form page from cache. The text, radiobox and
checkbox fields all remember their previous values but the pulldown lists
get initialized. It is not the desired behaviour that when you return to the
form from the help page some of your form selections have changed. Is there
any way around this? Thanks!