📄 user_data.asp
字号:
<!--#include file="mdb.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="inc/md5.asp"-->
<!--'#include file="inc/inc.asp"-->
<!--#include file="Inc/function.asp"-->
<%
if Request.Cookies("HX_USER")("User_Name")="" or isnull(Request.Cookies("HX_USER")("User_Name")) or Request.Cookies("HX_USER")("User_Pwd")="" or isnull(Request.Cookies("HX_USER")("User_Pwd")) then
response.write"<SCRIPT language=JavaScript>alert(' 请 登 陆 后 操 作 ,请 返 回 !');"
response.write"javascript:history.go(-1)</SCRIPT>"
response.end
end if
userid=Request.Cookies("HX_USER")("uid")
call head
call menu
if request.QueryString("hx66")="Modifyinfo" then
Password=trim(request.Form("Password"))
Password2=trim(request.Form("Password2"))
psw=trim(request.Form("psw"))
Answer=trim(request.Form("Answer"))
Email=trim(request.Form("Email"))
QQ=trim(request.Form("QQ"))
if strLength(psw)>12 then
response.write"<SCRIPT language=JavaScript>alert(' 输入密码不能大于12。');"
response.write"javascript:history.go(-1)</SCRIPT>"
response.end
else
if Instr(psw,"=")>0 or Instr(psw,"%")>0 or Instr(psw,chr(32))>0 or Instr(psw,"?")>0 or Instr(psw,"&")>0 or Instr(psw,";")>0 or Instr(psw,",")>0 or Instr(psw,"'")>0 or Instr(psw,",")>0 or Instr(psw,chr(34))>0 or Instr(psw,chr(9))>0 or Instr(psw,"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -