📄 index.htm
字号:
<HTML><HEAD><TITLE>调查管理系统</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE type=text/css>.font1 {
FONT-SIZE: 12px; LINE-HEIGHT: 130%; FONT-FAMILY: "宋体"
}
A {
FONT-SIZE: 12px; FONT-FAMILY: "宋体"
}
A:link {
FONT-SIZE: 12px; COLOR: #6262b1; TEXT-DECORATION: none
}
A:visited {
FONT-SIZE: 12px; COLOR: #6262b1; TEXT-DECORATION: none
}
A:hover {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: underline
}
.input {
BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: "宋体"; BACKGROUND-COLOR: #ffffff
}
</STYLE>
<SCRIPT language=Javascript>
String.prototype.trim = function()
{
return this.replace(/(^\s*)|(\s*$)/g, "");
}
function checkform(form)
{
var username;
var flag=true;
if(form("username").value==""){alert("请填入用户名!");form("username").focus();return false;}
username=form("username").value;
username=username.trim();
if(username.substring(0,1)=="*"){alert("用户名不能以[*]开头!");form("username").focus();return false;}
return flag;
}
</SCRIPT>
<META content="MSHTML 6.00.3790.0" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#002779 leftMargin=0 topMargin=0 marginheight="0"
marginwidth="0">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=center align=middle>
<TABLE cellSpacing=0 cellPadding=0 width=460 border=0>
<TBODY>
<TR>
<TD><IMG height=23 src="img/login_1.jpg"
width=190></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=460 border=0>
<TBODY>
<TR>
<TD><IMG height=142 src="img/login_2.jpg"
width=460></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=460 border=0>
<TBODY>
<TR>
<TD bgColor=#eeeeee height=6></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=460 border=0>
<TBODY>
<TR>
<TD align=middle bgColor=#ffffff height=120>
<TABLE cellSpacing=0 cellPadding=0 width=230 align=center
border=0><FORM name=form1 onsubmit="return checkform(form1)"
action=checklogin.asp method=post autocomplete="off">
<TBODY>
<TR>
<TD align=middle colSpan=3 height=5></TD></TR>
<TR>
<TD class=nwes width=5 height=36></TD>
<TD class=font1 width=56 height=36>
<p style="line-height: 200%; margin-top: 4px; margin-bottom: 4px">用户名</TD>
<TD>
<p style="line-height: 200%; margin-top: 4px; margin-bottom: 4px"><INPUT class=input maxLength=13 name=username> </TD></TR>
<TR>
<TD class=nwes height=36 rowspan="2"> </TD>
<TD class=font1 height=18>
<p style="line-height: 200%; margin-top: 4px; margin-bottom: 4px">口 令</TD>
<TD>
<p style="line-height: 200%; margin-top: 4px; margin-bottom: 4px"><INPUT class=input type=password maxLength=12
name=password> </TD></TR>
<TR>
<TD class=font1 height=18>
<p style="line-height: 200%; margin-top: 4px; margin-bottom: 4px">
验证码</TD>
<TD>
<p style="line-height: 200%; margin-top: 4px; margin-bottom: 4px">
<INPUT name="CheckCode" type="text" class=input id="CheckCode" size="10" maxlength="20"><input type="hidden" name="randm2" value="<%=randm%>">
<font color="#FFFFFF">nbsp;<img src="checkcode.asp"> </font></TD></TR>
<TR>
<TD colSpan=3 height=5></TD></TR>
<TR>
<TD> </TD>
<TD align=middle> </TD>
<TD><INPUT type=image height=16 width=70
src="img/bt_login.gif" border=0 name=imageField>
</TD></TR></FORM></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=460 bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD><IMG height=10 src="img/login_3.gif" width=10></TD>
<TD align=right><IMG height=10 src="img/login_4.gif"
width=10></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<SCRIPT language=Javascript>
form1.username.focus();
</SCRIPT>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -