sono
03-24-2005, 06:06 AM
hi guys,
anyone know the alternative of this in Javascript. thanks
<%
Response.Buffer=True
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1
Response.End
%>
anyone know the alternative of this in Javascript. thanks
<%
Response.Buffer=True
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1
Response.End
%>