?? userinfo.asp
字號:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<table width=100% border=0 align=center cellpadding=0 cellspacing=0>
<tr>
<td height="35" bgcolor="f1f1f1" background="images/menu_01.gif"></td>
</tr>
<tr>
<td>
<%if request.Cookies("bjx")("username")="" then%>
<table width="90%" border="0" cellspacing="0" cellpadding="2" align="center">
<form name="userlogin" method="post" action="checkuserlogin.asp">
<tr>
<td align="center"><font color="#999999">顧客您好,購買商品請先登錄</font></td>
</tr>
<tr>
<td align="center">用戶名:
<input type="text" class="wenbenkuang" name="username" size="14">
</td>
</tr>
<tr>
<td align="center">密 碼:
<input type="password" class="wenbenkuang" name="userpassword" size="14">
</td>
</tr>
<tr>
<td align="center">驗證碼:
<input class=wenbenkuang name=verifycode type=text value="<%If GetCode=9999 Then Response.Write "9999"%>" maxLength=4 size=6>
<img src=GetCode.asp>
</td>
</tr>
<tr>
<td align="center" height="38">
<input class=go-wenbenkuang name="imageField" value="登 陸" type=submit onFocus="this.blur()">
<input class=go-wenbenkuang onclick="window.location='reg.asp'" type=reset value="注 冊" name=Submit2>
<input class=go-wenbenkuang onclick="window.location='getpwd.asp'" type=button value="忘 密" name=Submit3>
</td>
</tr>
</form>
</table>
<%else%>
<table width="90%" align="center" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="15%" align="center"><img src="images/ring01.gif"></td>
<td width="35%"><a href="user.asp">專區首頁</a></td>
<td width="15%" align="center"><img src="images/ring01.gif"></td>
<td width="35%"><a href="user.asp?action=shoucang">我的收藏</a></td>
</tr>
<tr>
<td width="15%" align="center"><img src="images/ring01.gif"></td>
<td width="35%"><a href="user.asp?action=myinfo">我的信息</a></td>
<td width="15%" align="center"><img src="images/ring01.gif"></td>
<td width="35%"><a href="user.asp?action=jifen">我的積分</a></td>
</tr>
<tr>
<td width="15%" align="center"><img src="images/ring01.gif"></td>
<td width="35%"><a href="user.asp?action=userziliao">個人資料</a></td>
<td width="15%" align="center"><img src="images/ring01.gif"></td>
<td width="35%"><a href="user.asp?action=savepass">修改密碼</a></td>
</tr>
<tr>
<td align="center"><img src="images/ring01.gif"></td>
<td><a href="user.asp?action=jifen">積分換算</a></td>
<td align="center"><img src="images/ring01.gif"></td>
<td><a href=logout.asp>退出登錄</a></td>
</tr>
<tr>
<td width="15%" align="center"><img src="images/ring01.gif"></td>
<td width="35%"><a href="user.asp?action=dindan">我的訂單</a></td>
<td width="15%" align="center"> </td>
<td width="35%"> </td>
</tr>
<%if request.Cookies("bjx")("reglx")=2 then%>
<%else%>
<%end if%>
</table>
<%end if%>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -