% Public Function PageCacheControl() Response.AddHeader "pragma", "no-cache" Response.AddHeader "cache-control", "no-store" Response.CacheControl = "no-cache" End Function %> <% Call PageCacheControl() %>
(Please key in the above code as it appears in the box. All letters are in capital.)
Top