B
Brad
I created a base page class which sets a response filter and the filter
injects additional html into the response output stream. The filter works
fine and everything works as expected except for the following quirk:
When I navigate my browser to another url (a link in the page, a browser
favorite...it doesn't mater) and then use the browsers (IE 6) Back or
Forward buttons to go back to my filtered page the additional html I had
added using the filter is gone. I have to refresh the page from the server
to get back the additional filtered content.
Why would the filtered content "disappear"? It's in the page source that
was returned to the client so it shouldn't be any different than the reset
of the page the browser cached...should it?
Brad
injects additional html into the response output stream. The filter works
fine and everything works as expected except for the following quirk:
When I navigate my browser to another url (a link in the page, a browser
favorite...it doesn't mater) and then use the browsers (IE 6) Back or
Forward buttons to go back to my filtered page the additional html I had
added using the filter is gone. I have to refresh the page from the server
to get back the additional filtered content.
Why would the filtered content "disappear"? It's in the page source that
was returned to the client so it shouldn't be any different than the reset
of the page the browser cached...should it?
Brad