% Response.CacheControl = "no-Cache" Response.AddHeader "Pragma" , "no-cache" Response.ExpiresAbsolute = Now() -1 %>