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

📄 admin_login.asp

📁 第一次开发医院管理
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登录管理中心</title>
<link href="../main.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><form name="main" method="post" action="chklogin.asp">
        <table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr align="center" valign="middle"> 
            <td width="100" height="25">用户名 </td>
            <td width="200">
<input name="name" type="text" id="name2" size="20"></td>
            <td width="100" height="25"> 
              <input type="submit" name="Submit" value="提交"></td>
          </tr>
          <tr align="center" valign="middle"> 
            <td width="100" height="25">密 码 </td>
            <td width="200" height="25">
<input name="pass" type="password" id="pass2" size="20"></td>
            <td width="100" height="25"> 
              <input name="reset" type="reset" id="reset" value="重置"></td>
          </tr>
          <tr align="center" valign="middle"> 
            <td width="100" height="25">校验码 </td>
            <td width="200" height="25">
<input name="verify" type="password" id="verify2" size="20"></td>
            <td width="100" height="25"> 
              <!--#include file="verifycode.asp"--> </td>
          </tr>
        </table>
      </form></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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