<% on error resume next dirs = "./" PID = Request("PID") CatID = Request("CatID") CatD = "l" PNO = Request("PNO") flag = Request("flag") if CatID = 3 then CatID = 100 if CatID = 4 then CatID = 135 if CatID = "" then CatID = 135 If not IsNumeric(Trim(CatID & " ")) then response.Redirect("/index.asp") If not IsNumeric(Trim(PID & " ")) then response.Redirect("/index.asp") response.Redirect("/showcontent.asp?CatID=" & CatID & "&PID=" & PID) %>