admin_login.asp
来自「网店批发系统,很好很强大,很好很强大很好很强大」· ASP 代码 · 共 71 行
ASP
71 行
<script language="javascript" src="js/AdminLogin.js"></script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>管理员登录</title>
<link href="css/base.css" rel="stylesheet" type="text/css">
</head>
<BODY text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0"
marginwidth="0">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<FORM name="loginform" method="post" action="admin_checklogin.asp">
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=540 align=center border=0>
<TBODY>
<TR>
<TD height=20></TD></TR>
<TR>
<TD><IMG height=140 src="images/admin_main_img_help.gif"
width=540></TD></TR>
<TR>
<TD background=images/admin_table_bg.gif>
<TABLE cellSpacing=0 cellPadding=0 width="90%" align=center
border=0>
<TBODY>
<TR>
<TD height=30> </TD></TR>
<TR>
<TD class=body-text align=center><B><a href="http://www.dtdoor.com" target="_blank" class="class=body-text" style="text-decoration:none;font-size:13px;">信运网络购物系统</a></B></TD>
</TR>
<TR>
<TD height=30> </TD></TR>
<TR>
<TD align=center><IMG height=1
src="images/admin_dot_line.gif" width=475></TD></TR>
<TR>
<TD height=30> </TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=320 align=center
border=0>
<TBODY>
<TR>
<TD class=body-text align=right width=100
height=23>用户名</TD>
<TD width=120 style="padding-left:15px;"><INPUT name="username" class=box_design size=15 maxlength="20" tabindex="1"></TD>
<TD rowspan="2" valign="top"><input type="image" src="images/admin_login.gif" onClick="return check()" tabindex="4"></TD></TR>
<TR>
<TD class=body-text align=right width=100
height=23>密 码</TD>
<TD style="padding-left:15px;"><INPUT name="password" type=password class=box_design size=15 maxlength="20" tabindex="2"></TD>
</TR>
<TR>
<TD class=body-text align=right
height=23>验证码</TD>
<TD style="padding-left:15px;"><INPUT name="verifyCode" type=text class=box_design size=7 maxlength="4" tabindex="3">
<img src="../code.asp" /></TD>
<TD valign="bottom"> </TD>
</TR>
</TBODY></TABLE></TD></TR>
<TR>
<TD height=30> </TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD><IMG height=16 src="images/admin_table_down.jpg"
width=540></TD></TR>
<TR>
<TD height=20></TD></TR></TBODY></TABLE></TD></TR></FORM>
</TBODY></TABLE></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?