脚 本 之 家 www.jb51.net
页面导航:  不限条件-->通用脚本
本地搜索:
放在conn.asp里就行了。 '屏蔽通过地址栏攻击 url=Request.ServerVariables("QUERY_STRING") if instr(url,";")>=1 then url=Replace(url,";",";") : Response.Redirect("?" & url) end if '屏蔽通过表单攻击 for each item in request.form&nbs...
http://www.jb51.net//article/14636.htm
’屏蔽通过地址栏攻击  url=Request.ServerVariables("QUERY_STRING")  if instr(url,";")>=1 then  url=Replace(url,";",";") : Response.Redirect("?" & url)  end if  ’屏蔽通过表单攻击   for each item in&...
http://www.jb51.net//article/8864.htm
共有:2/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: