G
gimme_this_gimme_that
Depending upon a radio button button's setting a div is either hidden
or visible.
It turns out that the default view of the page requires that the div
be hidden.
When the user opts for the setting that makes the div visible, clicks,
and then clicks the back button the page renders with the div hidden.
I've tried a few strategies to handle this. Adding no-cache meta tags
(not on the server side though and BTW, I'm using JSP), adding a
parameter to the query string on the forwarding page and looking for
it in the request object, looking at the HTTP_REFERRER. Nothing has
worked.
Has anyone run into this issue before and come up with a solution to
this problem?
Thanks.
or visible.
It turns out that the default view of the page requires that the div
be hidden.
When the user opts for the setting that makes the div visible, clicks,
and then clicks the back button the page renders with the div hidden.
I've tried a few strategies to handle this. Adding no-cache meta tags
(not on the server side though and BTW, I'm using JSP), adding a
parameter to the query string on the forwarding page and looking for
it in the request object, looking at the HTTP_REFERRER. Nothing has
worked.
Has anyone run into this issue before and come up with a solution to
this problem?
Thanks.