% OPTION EXPLICIT %> <% Response.CacheControl = "no-cache" %> <% Response.AddHeader "Pragma", "no-cache" %> <% Response.Expires = -1 %> <% 'If we do not set response.buffer=true, the redirect will not work response.buffer=true dim catID,subCatID,Page catID = "6" subCatID = Request.QueryString("subCatID") Page = Request.QueryString("Page") %>