⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.asp

📁 学校 管理系统 学校 管理系统
💻 ASP
字号:
<!--#include file=conn.asp --><!--#include file=../include/config.asp -->
<%
response.cookies("UserName")=""
response.cookies("KEY")=""
response.cookies("purview")=""
response.cookies("fullname")=""
response.cookies("reglevel")=""
%>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
<title>网站管理系统</title>
<script language="JavaScript">
<!--

if (self != top) top.location.href = window.location.href

//-->
</script>
<style type="text/css">
<!--
.input {	BORDER-RIGHT: #006699 1px solid; BORDER-TOP: #006699 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #006699 1px solid; BORDER-BOTTOM: #006699 1px solid; FONT-FAMILY: "宋体"
}
.news {	FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: "宋体"; TEXT-DECORATION: none
}
-->
</style>
</head>
<body topmargin="0" marginheight="0">
<br>
<p> </p>
<form method="POST" action="CHKLOGIN.ASP">
<table border="0" width="476" align=center cellspacing="0" cellpadding="0">
<tr>
<td align="center"><font color="#ff9900"><p><IMG height=100 src="img/login1.gif" width=477></font></td>
</tr>
<tr>
<td width="100%" height="25" align="center" background="img/login_bg.gif">欢      迎      您</td>
</tr>
<tr>
  <td height="83" align="center" background="img/login_bg.gif"><TABLE cellSpacing=0 cellPadding=0 width="80%" align=center 
border=0>
    <TBODY>
      <TR>
        <TD width="80%" height=30 colspan="2" align=middle>用户名:
          <input class="input" name="UserName" size="20" font face="宋体" style="font-size: 9pt">
</TD>
        <TD width="20%" rowSpan=3><INPUT type=image height=59 width=90 
                  src="img/login.gif" border=0 name=imageField>
        </TD>
      </TR>
      <TR>
        <TD height=30 colspan="2" align=middle>密 码:
          <input class="input" type="password" name="Passwd" size="20" font face="宋体" style="font-size: 9pt">
</TD>
      </TR>
      <TR vAlign=top>
        <TD width="80"><BR>        </TD>
        <TD>验证码:
          <%dim num1,rndnum
Randomize
Do While Len(rndnum)<4
num1=CStr(Chr((57-48)*rnd+48))
rndnum=rndnum&num1
loop
session("verifycode")=rndnum
%>
          <input class="input" type="text" name="verifycode" size="15" font face="宋体" style="font-size: 9pt">
          <b><span style="background-color: #FFFFFF"><font color=#000000><%=session("verifycode")%></font></span></b> </TD>
      </TR>
      <TR vAlign=top>
        <TD height="25" colspan="3"> </TD>
        </TR>
      <TR vAlign=middle>
        <TD height="25" colspan="3"><div align="center">网站管理系统</div></TD>
      </TR>
      <TR vAlign=top>
        <TD height="25" colspan="3"> </TD>
      </TR>
  </TABLE></td>
</tr>
<tr>
  <td align="center" height="11"><IMG height=11 src="img/login2.gif" 
        width=477></td>
</tr>
</table>
</form>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -