Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to keep explorer from Caching?

Status
Not open for further replies.

chassid

MIS
Aug 27, 2000
58
US
All,

I have a javascript page that loads two listboxes. The problem is that when a user makes a selection the javascript sends him to the page he selected. Once he wants to go back by using the back button, Explorer does not load the page again from the server, but it is actually bringing parts of it that it had cached. I want explorer to load from the server like netscape is doing.

I know there is a code that will automatically load the page, but the code that I know is timed and will only refresh the page after a number of seconds. I have this:
<meta http-equiv=&quot;refresh
content=&quot;10;
Does anyone know how to use a code like this or any other code to make explorer not cache to page but actually load it from the server like netscape does?

I would greatly appreciate any help,
Daniel [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top