<% on error resume next dirs = "../" PID = Request("PID") CatID = Request("CatID") CatD = Request("CatD") PNO = Request("PNO") flag = Request("flag") If not IsNumeric(CatID) then response.Redirect("/index.asp") if CatID = "" then CatID = 71 If not IsNumeric(PID) then response.Redirect("/index.asp") if PID = "" then response.Redirect("/gift/exhibit.asp?CatID=" & CatID) %>
      <%=Cascade%>