Topic awaiting preservation: Problem with Display:None and Back Button (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 05-01-2003 17:32
I'm using the document.frm.text.style.display="" technique to hide/display form controls based on which radio button the user clicks. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 05-01-2003 17:39
snips: I suspect you are working along the right lines: quote:
|
Nervous Wreck (II) Inmate From: |
posted 05-09-2003 16:06
I took your suggestion and just passed all the fields as hidden in the form and then when the user misses a required field, I gave them a link to complete the form. As long as they hit the BIG button I gave them, the page displays correctly and enters the hidden fields as the display. |
Paranoid (IV) Inmate From: Northumberland, England |
posted 05-09-2003 17:04
I have a suggestion, it's not a great one since IE takes two hits of refresh to properly re-retrieve the page from the server, but how about if you put a javascript refresh/reload function in the head of the form page, that way when the user visits the page for the first time it will load normally (maybe a slight delay), but when the user hits the back button to go back to this page it will also force a reload and maybe that would defeat the dreaded cache problem. Also, have you tried using the 'dont' cache meta tags? not hugely reliable but may help: quote:
|