Re: 前輩指導

看板Web_Design作者 (我最愛兄弟)時間20年前 (2004/05/18 03:19), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
<% 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
文章代碼(AID): #10gH0w5D (Web_Design)
文章代碼(AID): #10gH0w5D (Web_Design)