Re: 前輩指導
<%
Dim strURL,strUsername, strPassword
strUsername = Request.Form("Username")
strPassword = Request.Form("Password")
strURL = "Name=" & strUsername ' 姓名參數
'檢查帳號欄位是否有輸入資料
If Request.Form("UserName") = ""Then
'欄位沒填
Response.Redirect("Register.asp?ErrorMessage=帳號欄位空白&" & strURL)
End if
strURL = strURL & "&UserName=" & strUserName '帳號參數
'檢查二次密碼是否相同
If Request.form("Password1")<>Request.Form("Password2") Then
'密碼錯誤
Response.Redirect("Register.asp?ErrorMessage=密碼輸入不相同&" & strURL)
End If
%>
我幫你改好了...你先試試看有沒有問題吧....
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.127.179.242
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章