You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/11/07 20:31:49 UTC

DO NOT REPLY [Bug 24510] - Odd back button behavior in a multi-frame environment

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24510>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24510

Odd back button behavior in a multi-frame environment





------- Additional Comments From kylev@yaga.com  2003-11-07 19:31 -------
This is more a browser quirk than a Tomcat issue, but is Tomcat-involved. 
Probably due to the headers being set on your frameset page, IE will reload it
when loaded from a server, but not from disk.  When the frameset page is
reloaded, it contains the pointers to your original docA and docB, so they'll be
loaded.

IE errs on the side of reload in many cases, esp. if there are Cookie, Pragma,
or CacheControl headers.

This isn't a Tomcat problem.  You may investigate setting headers (like
"Expires") to trick IE into not reloading the frameset page, but I'd recommend
writing your site to encourage people not to use "Back".  Provide good
navigation within your pages.

I'm not closing this, because I'm really not a Tomcat developer.  But I'm trying
to be helpful.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org