?? page_user_login_form.html.asp
字號(hào):
<!-- #include file="page_sub_header.html.asp" -->
<!-- ##### 主欄目開始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<br>
<form action="./user_login.asp?action=UserLogin" method="post" id="frmFormUserLogin" name="frmFormUserLogin" onsubmit="return CheckFormUserLogin(this)">
<table cellpadding=3 cellspacing=1 align=center >
<tr >
<td colspan=2 align=center>
請(qǐng)輸入您的用戶名和密碼</td>
</tr>
<tr >
<td colspan=2 align=left>
需要登陸的情形:你尚未登陸或離開時(shí)間過長(zhǎng)</td>
</tr>
<tr >
<td width=30% >
*用戶名:</td>
<td width=70%>
<input type="text" maxLength="10" size="25" name="iptUserName" ></td>
</tr>
<tr >
<td width=30% >
*密 碼:</td>
<td width=70%>
<input type="password" maxLength="20" size="25" name="iptPassword" ></td>
</tr>
<tr >
<td width=30% >
*有效期:</td>
<td width=70%>
<select name="iptCookie" >
<option value="0">即時(shí)</option>
<option value="1">一天</option>
<option value="7">一周</option>
<option value="31">一月</option>
<option value="365">一年</option>
</select>
Cookie保留時(shí)間</td>
</tr>
<tr><td><br></td></tr>
<tr >
<td align=center colspan=2>
<input class="submit" type="submit" name="subFormUserLogin" value="提 交" >
<input class="reset" class="reset" type="reset" name="rstFormUserLogin" value="重 來(lái)" >
<input class="btn" type="button" name="btnUserReg" value="注 冊(cè)" onclick=parent.location.href='<%=GBL_strHomeURL%>user/user_announce.asp?action=ShowUserRegAnnounce'></td>
</tr>
</table>
</form>
<!-- ##### 主欄目結(jié)束 ##### -->
<!-- #include file="page_sub_footer.html.asp" -->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -