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

📄 admin_login.asp

📁 没有什么
💻 ASP
字号:
<html>
<head>
<title>插件后台管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="Images/Admin_Style.Css">
<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
}
-->
</style>
<%
Function GetCode()
	Dim TestObj
	On Error Resume Next
	Set TestObj = Server.CreateObject("Adodb.Stream")
	Set TestObj = Nothing
	If Err Then
		Dim TempNum
		Randomize timer
		TempNum = cint(8999*Rnd+1000)
		Session("GetCode") = TempNum
		GetCode = Session("GetCode")		
	Else
		GetCode = "<img src=""GetCode.asp"">"		
	End If
End Function
%>
</head>
<body onContextMenu="return false" onSelectStart ="return false">
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="985" height="72" align="right" background="images/Admin_login_02.gif"></td>
    <td width="102"><img src="images/Admin_login_03.gif" alt="" width="102" height="72" border="0" usemap="#Map"></td>
  </tr>
</table>
<div align="center">
      <table width="660" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="40"></td>
    </tr>
    <tr>
      <td height="350" align="center" background="images/Admin_login_bg.gif"><table width="98%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="43%" height="280"><table width="100%" height="276"  border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="12%" height="43"></td>
              <td width="88%"></td>
            </tr>
            <tr>
              <td></td>
              <td> </td>
            </tr>
          </table></td>
          <td width="57%">
		  <table width="299" height="238" border="0" cellpadding="0" cellspacing="0">
		  <tr>
              <td width="299" valign="top">
			  <table width="100%" height="55" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="100%" height="6"></td>
            </tr>
          </table>
		  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
		  <form name="form" method="post" action="Chklogin.Asp">
                <tr>
                  <td width="97%"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="35%" height="25" align="right">UserName:</td>
                      <td width="65%" height="25">
                        <INPUT name="UserName" type="text"  id="UserName" class="logininput">                      </td>
                    </tr>
                    <tr>
                      <td height="25" align="right">Password:</td>
                      <td height="25">
                        <input name="Password"  type="password" maxlength="20" class="logininput">                      </td>
                    </tr>
                    <tr>
                      <td height="25" align="right">GetCode:</td>
                      <td height="25">
                        <input name="verifycode" size="4" maxlength="4">
                        <% = GetCode() %></td>
                    </tr>
                    <tr>
                      <td height="25" align="right"></td>
                      <td height="25"><input class=button type=submit name=submit value="Login">&nbsp;&nbsp;&nbsp;<input name="reset" type="reset"  id="reset" value="Reset"></td>
                    </tr>
                  </table></td>
                  <td width="3%" align="left" valign="bottom">                  
                </tr>
              </table>
			</td>
            </tr>
          </table>
		  </td>
        </tr>
      </table></td>
    </tr>
    <tr>
      <td height="40"><div align="center"> </div></td>
    </tr>
  </table>
</div>

<map name="Map"><area shape="rect" coords="5,49,64,68" href="/">
</map>
</body>
</html>

⌨️ 快捷键说明

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