freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

計(jì)算機(jī)信息管理畢業(yè)論文-電子商務(wù)網(wǎng)站系統(tǒng)設(shè)計(jì)-資料下載頁(yè)

2025-01-17 04:05本頁(yè)面
  

【正文】 /tr /table/td /tr /form /table %End If%實(shí)現(xiàn)找回密碼第二步——輸入密碼提示答案用戶輸入的用戶名通過(guò)核實(shí)后,將顯示“找回密碼第二步”的表格內(nèi)容,即要求用戶輸入密碼問(wèn)題的答案。代碼如下:代碼位置:%If(Flag_1 = 1 and Flag_2 = 1 and Flag_3 = 0)Then 39。用戶輸入的用戶名通過(guò)核實(shí)后,顯示以下表格內(nèi)容,即要求用戶輸入密碼問(wèn)題答案 If(Not )Then% table width=492 height=210 align=center cellpadding=0 cellspacing=0 form name=ForgetPass_2 method=post action= onsubmit=return Check(ForgetPass_2) tr td height=30 background=../Images/ style=textindent:80px img src=images/ width=68 height=63amp。nbsp。amp。nbsp。 輸入密碼問(wèn)題答案 /td /tr tr td height=188 table cellpadding=0 cellspacing=0 border=0 align=center width=100% height=100% tr td height=43 colspan=2amp。nbsp。 /td /tr tr td width=43% align=right 密碼提示問(wèn)題: /td td width=57% align=left input name=密碼提示問(wèn)題 type=text class=text readonly value=%=(rs_1(Uquestion))% (只讀)/td /tr tr td align=right密碼提示答案:/td td width=57% align=leftinput name=密碼問(wèn)題答案 type=text class=text/td /tr tr td colspan=2 align=center input name=提交 type=submit class=btn_grey value=下一步 input name=重置 type=reset class=btn_grey value=重置 input name=用戶名 type=hidden value=%=(rs_1(Uname))% /td /tr /table/td /tr /form /table % End IfEnd If%實(shí)現(xiàn)找回密碼第三步——成功找回密碼用戶輸入的密碼問(wèn)題答案通過(guò)核實(shí)后,頁(yè)面將顯示“找回密碼第三步”的表格內(nèi)容,即返回用戶用戶名和密碼。代碼如下:代碼位置:%If(Flag_1 = 1 and Flag_2 = 1 and Flag_3 = 1 and Flag_4 = 1)Then 39。用戶輸入的密碼問(wèn)題答案通過(guò)核實(shí)后,顯示以下表格內(nèi)容,即返回用戶密碼% table width=492 height=210 align=center cellpadding=0 cellspacing=0 tr td height=30 background=../Images/ style=textindent:80px img src=images/ width=67 height=64amp。nbsp。amp。nbsp。 成功找回密碼/td /tr tr td height=188 table cellpadding=0 cellspacing=0 border=0 align=center width=100% height=100% tr td height=30 colspan=2amp。nbsp。 /td /tr tr td width=43% align=right 用戶名: /td td width=57% align=left input name=用戶名 type=text class=text readonly value=%=(rs_1(Uname))% (只讀) /td /tr tr td align=right密 碼:/td td width=57% align=leftinput name=密碼 type=text class=text readonly value=%=(rs_1(Upasswd))% (只讀)/td /tr tr td height=66 colspan=2 align=center input type=button name=關(guān)閉 value=關(guān)閉 class=btn_grey onclick=() /td /tr /table/td /tr /table %()Set rs_1 = NothingEnd If%處理輸入的錯(cuò)誤信息 用戶在密碼找回操作的過(guò)程中可能會(huì)產(chǎn)生錯(cuò)誤的地方有兩處:一是輸入的用戶名有誤,二是輸入的密碼問(wèn)題答案有誤。在頁(yè)面中,根據(jù)不同狀態(tài)下標(biāo)志變量的值來(lái)判斷錯(cuò)誤類(lèi)型,并給出錯(cuò)誤提示信息。代碼如下:代碼位置:%If(Flag_1 = 1)Then If (Flag_2 = 0) or(Flag_3 = 1 and Flag_4 = 0) Then% table width=492 height=210 align=center cellpadding=0 cellspacing=0 tr td height=22 錯(cuò)誤狀態(tài): /td /tr tr td height=150 % If(Flag_2 = 0)Then 39。如果用戶輸入的用戶名不存在,則給出錯(cuò)誤提示信息 % table cellpadding=0 cellspacing=0 border=0 align=center width=100% height=55 tr td height=100% align=center font color=red對(duì)不起,沒(méi)有此用戶名!/font /td /tr tr td height=100% align=center [a href=javascript:=39。39。返 回/a]/td /tr /table % End If If(Flag_3 = 1 and Flag_4 = 0)Then 39。如果用戶輸入的密碼問(wèn)題答案不正確,則給出錯(cuò)誤提示信息 % table cellpadding=0 cellspacing=0 border=0 align=center width=100% height=55 tr td height=100% align=center font color=red輸入的密碼問(wèn)題答案錯(cuò)誤!/font /td /tr tr td height=100% align=center [a href=javascript:=39。39。 返 回/a] /td /tr /table % End If % /td /tr /table % End IFEnd If%四、商品展示模塊設(shè)計(jì)本模塊使用表:tab_goods、tab_class商品展示的主要功能是顯示最新商品列表、推薦商品列表、分類(lèi)商品的信息列表、查詢商品信息列表及商品詳細(xì)詳細(xì)。 商品選擇界面展示商品信息列表在商品信息列表頁(yè)面根據(jù)所接收的參數(shù),來(lái)確定顯示的具體商品信息列表。下面分別說(shuō)明商品信息列表頁(yè)面、“最新商品”和“推薦商品”超鏈接、商品分類(lèi)信息頁(yè)面和商品查詢頁(yè)面。(1)、商品信息列表頁(yè)面在該頁(yè)面中根據(jù)所接收的參數(shù),確定查詢的SQL語(yǔ)句從而顯示具體內(nèi)容。同時(shí),定義了用于分頁(yè)顯示商品信息的子過(guò)程。代碼如下:代碼位置:%classid=(classid)39。獲取商品分類(lèi)ID編號(hào)classname=(classname) 39。獲取商品分類(lèi)名稱action=(action) 39。根據(jù)變量action的值,確定頁(yè)面顯示最新商品信息或者推薦商品信息keyword=Request(keyword)If classid Then pstr=classnameIf action=new Then pstr=最新If action=mend Then pstr=推薦%tr td height=8/td/trtr td valign=toptable width=532 border=0 align=center cellpadding=0 cellspacing=0 tr td height=27 align=left valign=middleamp。nbsp。amp。nbsp。img src=images/ width=17 height=16amp。nbsp。 font style=fontsize:16px。 fontweight:bold 所在位置amp。gt。%=pstr%商品展示/font/td
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1