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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape 7 won't reload the page !!!

Status
Not open for further replies.

mstorsjo

Programmer
Apr 12, 2001
3
SE
How can i force Netscape 7 to reload the page instead of load the page from webcache ?

When set cache options = never compare the page in the cache to the page on the network.

This setting prevents the page to reload.

I've tried the following :

<META HTTP-EQUIV=&quot;pragma&quot; CONTENT=&quot;no-cache&quot;>
<%
response.expires = 0
response.expiresabsolute = Now() - 1
response.addHeader &quot;pragma&quot;,&quot;no-cache&quot;
response.addHeader &quot;cache-control&quot;,&quot;private&quot;
Response.CacheControl = &quot;no-cache&quot;
%>


Thanks !

Magnus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top