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

📄 index.asp

📁 一款用ASP写的办公自动化软件
💻 ASP
字号:
<% 
	dim rndnum,verifycode
	Randomize
	Do While Len(rndnum)<4
	num1=CStr(Chr((57-48)*rnd+48))
	rndnum=rndnum&num1
	loop
	session("verifycode")=rndnum
%>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>明日实业办公自动化系统</title>

<style type="text/css">
<!--
.style3 {color: #FFFFFF; font-family: "华文行楷"; font-size: 24px;}
body {
	background-image: url();
	background-color: #FFFFFF;
}
-->
</style>
</head>
<body>
<br>
<br>
<br>
<br>
<table width="369" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
  <tr> 
    <td width="367" height="25" align="center"><img src="images/topbg.gif" width="413" height="25"></td>
  </tr>
  <tr> 
    <td height="69" align="center"><img src="images/bb.gif" width="411" height="74"></td>
  </tr>
  <tr> 
    <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td bgcolor="#FFFFFF"> <form  name="form1" action="check.asp?action=login" method="POST">
              <table width="95%" border="0" align="center">
                <tr> 
                  <td> <fieldset>
                    <legend accesskey="F" align="left"><font size="2">登录窗口</font></legend>
                    <table width="100%" border="0" cellspacing="2" cellpadding="2">
                      <tr> 
                        <td width="10%"><font size="2">&nbsp;</font></td>
                        <td width="20%"><font size="2">用&nbsp;户&nbsp;名:</font></td>
                        <td><input name="admin_name" type="text" style="border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1;width=200px;height=20px" onFocus="this.select(); " onmouseover="this.style.background='#EAEAEA';" onmouseout="this.style.background='#FFFFFF'">
                        </td>
                      </tr>
                      <tr> 
                        <td width="10%"><font size="2">&nbsp;</font></td>
                        <td width="20%"><font size="2">密&nbsp;&nbsp;&nbsp;&nbsp;码:</font></td>
                        <td><input name="admin_pass" type="password" style="border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1;width=200px;height=20px" onFocus="this.select(); " onmouseover="this.style.background='#EAEAEA';" onmouseout="this.style.background='#FFFFFF'"> 
                        </td>
                      </tr>
                      <tr> 
                        <td align="center">&nbsp;</td>
                        <td><font size="2">验&nbsp;证&nbsp;码:</font></td>
                        <td><input name="verifycode" id="verifycode" style="border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onFocus="this.select(); " onmouseover="this.style.background='#EAEAEA';" onmouseout="this.style.background='#FFFFFF'" size="6" maxlength="4"> 
                          <font color="#000000" size="2">请在左边输入<%=session("verifycode")%> 
                                <input type="hidden" name="verifycode2" value="<%=session("verifycode")%>">
                          </font>&nbsp;</font></td>
                      </tr>
                      <tr> 
                        <td colspan="2" align="center">&nbsp;</td>
                        <td> <input name="submit" type="submit" class="input" value=" 登 录 "> 
                          <input type="reset" name="submit2" value=" 重 置 " class="input"></td>
                      </tr>
                    </table>
                    </fieldset></td>
                </tr>
              </table>
          </form></td>
        </tr>
      </table></td>
  </tr>
</table>

⌨️ 快捷键说明

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