📄 web_login.asp
字号:
<!--#include file="../Include/Class_Pass.asp" -->
<!--#include file="../Include/Class_Main.asp" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%= Cls_WebName %> -- 管理中心 登陆平台</title>
<link href="../Css/css.css" rel="stylesheet" type="text/css">
</head>
<script language="JavaScript">
function theForm_chk(){
if (document.theForm.UserName.value==""){
alert("-请输入管理用户名-");
document.theForm.UserName.focus();
return false;
}
if (document.theForm.Password.value==""){
alert("-请输入管理密码-");
document.theForm.Password.focus();
return false;
}
if (document.theForm.code.value==""){
alert("-请输入验证码-");
document.theForm.code.focus();
return false;
}
}
</script>
<body leftmargin="0" topmargin="0" bgcolor="f6f6f6">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="100"> </td>
</tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=1></TD>
</TR>
<TR>
<TD align=middle><IMG height=247 src="Images/login_image3.gif"
width=525 border=0></TD>
</TR>
<TR>
<TD height=55> </TD>
</TR>
<TR>
<TD background="" height=10><SPAN
style="FONT-SIZE: 1pt"> </SPAN></TD>
</TR>
<TR>
<TD align=middle bgColor=white> <TABLE cellSpacing=0 cellPadding=0 width=706 align=center
border=0>
<TBODY>
<TR>
<TD width=400> </TD>
<TD colspan="2" align=middle vAlign=center><table width="100%" border="0" align="center" cellspacing="1" class="text01">
<tr>
<td><table width="100%" border="0" align="center" cellspacing="1" class="text01">
<tr>
<td> <table width="100%" border="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" align="center" cellPadding="0" cellSpacing="0" bordercolor="#111111" class="text01" style="border-collapse: collapse">
<FORM name=theForm method=post action="Web_Loginchk.asp" onSubmit="return theForm_chk();">
<tr>
<td> <img alt border="0" height="1" src="images/spacer.gif" width="97"></td>
<td> <img alt border="0" height="1" src="images/spacer.gif" width="60"></td>
<td> <img alt border="0" height="1" src="images/spacer.gif" width="31"></td>
<td> <img alt border="0" height="1" src="images/spacer.gif" width="55"></td>
</tr>
<tr>
<td width="20%" height="25" align="right">用户名<span style="font-size: 12px">:</span></td>
<td colSpan="3"> <span style="FONT-SIZE: 12px">
<input name="UserName" size="13" style="width:100px;" tabIndex="1">
</span> </td>
</tr>
<tr>
<td width="20%" height="25" align="right">密码<span style="font-size: 12px">:</span>
</td>
<td colSpan="3"> <span style="FONT-SIZE: 12px">
<input name="Password" size="13" style="width:100px;" tabIndex="1" type="password">
</span> </td>
</tr>
<tr>
<td width="20%" height="25" align="right">验证码:</td>
<td colSpan="3"><input name="code" type="text" id="code" size="13" style="width:100px;">
<img src="../Include/Class_Code.asp">
</td>
</tr>
<tr align="center">
<td height="25" colspan="4"><input type="reset" name="Submit2" value="重 置">
<input type="submit" name="Submit" value="开始登录">
</td>
</tr>
</form>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD background="" height=10><SPAN
style="FONT-SIZE: 1pt"> </SPAN></TD>
</TR>
<TR>
<TD vAlign=bottom align=middle height=12>Copyright(C) 2007 - 2008 <%= Cls_Domain %>
All Rights Reserved<br> <a href="<%= Cls_WebUrl %>"><font color=#000000></a>
</TD>
</TR>
</TBODY>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -