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

📄 admin_login.asp

📁 医院专家挂号系统设计
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../Style.css" rel="stylesheet" type="text/css">
<title>管理员登陆</title>
</head>
<style type="text/css">
<!--
body {
	background-color: #636363;
}
-->
</style>
<!--#include file="../inc/adovbs.asp"-->
<!--#include file="Inc/Conn.asp"-->
<body onLoad="Form_Login.AdminName.focus()"><br><br>
<script language=javascript>
// 表单检查
function CheckForm() 
{
	if (document.form_login.AdminName.value=="")
    {
		alert("账号不能为空!");
		return false;
	}
	if (document.form_login.AdminPwd.value=="")
	{
		alert("登陆密码不能为空!");
		return false;
	}
}
</script>
<table width="600" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="11" background="../Image/LeftMargin.gif"></td>
    <td class="TableInfo2">

<form name="Form_Login" method="post" action="Admin_CheckLogin.asp?Action=OK" onSubmit="return CheckForm(this)">
  <table width="491" height="307" ALIGN="center">
    <tr >
      <td height="39" colspan="2" class="TextTitle"> 江苏省中医院网上挂号系统 <span class="Text1">管理员登陆</span></td>
      </tr>
	<tr>
	  <td colspan="2" align="center" class="TextTitle"><hr width="92%" color="#BBBBBB" size="1"></td>
    </tr>
    <tr>
	  <td width="185" height="30">         用户名:</td>
      <td width="294"><Input NAME="AdminName" SIZE="20" maxLength="14" class="Input"></td>
    </tr>
	<tr>
	  <td height="30">         密码:</td>
    	<td><INPUT NAME="AdminPwd" TYPE="Password" SIZE="20" maxLength="12" class="Input"></td>
  	</tr>
	<tr>
	  <td height="40" colspan="2" align="center" valign="middle"><INPUT NAME="Login" type=submit  VALUE=" 登 陆 " class="Input">         <INPUT NAME="Reset" type=reset VALUE=" 清 除 " class="Input"></td>
	</tr>
  </table>
</form>
	</td>
    <td width="11" background="../Image/RightMargin.gif"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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