%
if Chkrequest(request("number")) then
number=request("number")
if number>30 then
response.write""
end if
else
Response.Redirect ("/login/chklogin.jsp?login=4")
end if
if Chkrequest(request("action")) then
typeid=request("action")
if typeid>10 then
response.write""
end if
else
Response.Redirect ("/login/chklogin.jsp?login=4")
end if
%>
//对外提供引用的页面