?? login.asp
字號:
<form action="CheckLogin.asp" method=post name="form1"onSubmit="return checklogin()" >
<% if session("adminlogin") <> "ok" then %>
<table width="170" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="39" colspan="4" align="center"><img src="images/login-in.jpg" width="170" height="39" /></td>
</tr>
<tr>
<td width="38" valign="top"><table width="38" align="center" cellpadding="0" cellspacing="0"><tr><td height="23" width="35">帳號</td></tr><tr><td height="23" width="35">密碼</td></tr></table></td>
<td width="77" height="11">
<input name="name" type="text" class="text" id="name" value="" size="10" maxlength="20" height="12px" />
<input name="pass" type="password" class="text" id="pass" value="" size="10" maxlength="20" height="12px" /></td>
<td width="40" align="center" >
<input type="submit" value="提交" name="提交" />
<!--<font color="#FF00CC" face="Verdana, Arial, Helvetica, sans-serif" size="+2"><b><i>login</i></b></font> --> </td>
<td width="15" align="right"> </td>
</tr>
<tr>
<td height="30" colspan="4" align="left" valign="middle" background="images/login-in_bottom.jpg"> <a href="ForgetPassword.asp">忘記密碼</a> <a href="RegNewUser.asp">新用戶</a></td>
</tr>
</table>
<% else %>
<table width="170" border="0" align="center" cellpadding="0" cellspacing="0">
<!--登錄表單-->
<tr>
<td height="39" colspan="3" align="center"><img src="images/login-in.jpg" width="170" height="39" /></td>
</tr>
<tr>
<td width="38" valign="top"> </td>
<td width="118" height="11"> <font color="#666666">您好,</font><font color=red><%=session("user_name")%></font><font color="#666666">!</span>
<font color="#666666">>歡迎來到本站,您已登錄成功!!</font></td>
<td width="14" align="right"> </td>
</tr>
<tr>
<td height="30" colspan="3" align="left" valign="middle" background="images/login-in_bottom.jpg"> <a href="ModiUserInfo.asp">修改資料</a> <a href="LoginOut.asp">注 銷</a></td>
</tr>
</table>
<% end if %>
</form>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -