Re: Prevent Loading from Cache in Internet Explorer

2005-06-19 Thread Dennis Kelly
Perhaps a little follow up wisdom. Caching can happen anywhere between the origin server and the browser, so the browser specific solution might not meet all conditions. RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1 http://www.faqs.org/rfcs/rfc2616.html is very explicit about caching. Sear

RE: Prevent Loading from Cache in Internet Explorer

2005-06-11 Thread Jerry Kassebaum
Thank you! It wasn't easy, but the answer was there! I'll give the full explanation if anyone wants it, but here is the short one. The CGI and JavaScript files were updating, but not the two *.js files with the chapter and verse! So I eliminated them and put the info in the JavaScript file.

RE: Prevent Loading from Cache in Internet Explorer

2005-06-11 Thread Chris Wagner
This article discusses some no-cache bugs in IE and a workaround. http://www.htmlgoodies.com/beyond/reference/article.php/3472881 And since u have the verse in a javascript file, what u really want is the javascript file to be reloaded, not just the html page. I don't know if a browser expects .j

RE: Prevent Loading from Cache in Internet Explorer

2005-06-11 Thread Jerry Kassebaum
resh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Manross Sent: June 10, 2005 12:38 PM To: Jerry Kassebaum; perl-win32-users@listserv.ActiveState.com Subject: RE: Prevent Loading from Cache in Internet Explorer IE->Tools->Internet Options-

RE: Prevent Loading from Cache in Internet Explorer

2005-06-11 Thread Aaron Hawryluk
---Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Manross Sent: June 10, 2005 12:38 PM To: Jerry Kassebaum; perl-win32-users@listserv.ActiveState.com Subject: RE: Prevent Loading from Cache in Internet Explorer IE->Tools->Internet Options->Settings

RE: Prevent Loading from Cache in Internet Explorer

2005-06-10 Thread Steven Manross
IE->Tools->Internet Options->Settings->Change the radio box to "Every visit to the page" Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Kassebaum Sent: Friday, June 10, 2005 8:38 AM To: perl-win32-users@listserv.ActiveState.com Subject: Prev