Nothing simple (I don't know of any way at all...), but you can try the following ideas: - add the line: <META HTTP-EQUIV="Expires" CONTENT="0"> ..to the HEAD section of your HTML document - select a server, a folder, or an individual file from your web server's administration interface, and it should allow you to modify the properties of the selected resource so that the server sets the HTTP "EXPIRES" header for the associated file(s) whenever it's/they are requested. This works for frequently-changing non-HTML resources, such as images (which don't change their name but do change their content). Hope this helps, Chris Brown -----Message d'origine----- De: Kirkdorffer, Daniel [SMTP:[EMAIL PROTECTED]] Date: mercredi 1 septembre 1999 02:24 �: [EMAIL PROTECTED] Objet: Any way to detect browser cache settings in environment info of a HTTP request? I've noticed that if a user has their browser set to never compare cached documnets to new documents on the server, things sometimes don't work on my pages. Usually seems to affect some JavaScript code I have. So I was wondering if there is anything in a HTTP request stream that might let me know so I can at least suggest they change the setting to something less restrictive. I don't want to always send back pages they can't cache because that causes other problems, like when they resize the web browser window. Any ideas? Thanks, Dan -- Daniel Kirkdorffer NACN IS: 425-580-6225 Sr. Consultant, Syllogistics LLC Email: [EMAIL PROTECTED] Web: http://www.syllogistics.com/ =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
