?? 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 + -