S
sam
Hi,
the following works fine with IE:
<%
Response.CacheControl = "no-cache"
Response.AddHeader("Pragma", "no-cache")
Response.ExpiresAbsolute = DateTime.Now.Date
Response.Expires = -1
%>
How do you make that working with netscape or mozilla firefox ???
thanks
the following works fine with IE:
<%
Response.CacheControl = "no-cache"
Response.AddHeader("Pragma", "no-cache")
Response.ExpiresAbsolute = DateTime.Now.Date
Response.Expires = -1
%>
How do you make that working with netscape or mozilla firefox ???
thanks