% dim id,page s=0 if request("id")="" then response.redirect("cp01.asp") end if if request("page")<>"" then page=request("page") end if id=request("id") dim rs,sql sql="select * from product where passed=true and product_class='2' and id="&id set rs=server.createobject("adodb.recordset") rs.open sql,conn,1,1 %>