shijian_chk.asp

来自「人才招聘系统,用asp做的」· ASP 代码 · 共 10 行

ASP
10
字号
<!--#include file=../conn.asp-->
<%
dim rs,id,sql,comid,rs1,sql1,jilu,ThisPage,k,cmdTemp
dim Allrecord,Pagesize,Allpage
if request("page")="" then
      ThisPage=1		
else
      ThisPage=request("page")
end if
if Instr(request("id"),"=")>0 or Instr(request("id"),"%")>0 or Instr(request("id"),chr(32))>0 or Instr(request("id"),"?")>0 or Instr(request("id"),"&")>0 or Instr(request("id"),";")>0 or Instr(request("id"),",")>0 or Instr(request("id"),"'")>0 or Instr(request("id"),",")>0 or Instr(request("id"),chr(34))>0 or Instr(request("id"),chr(9))>0 or Instr(request("id"),"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?