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

📄 loginxp.asp

📁 社区天地图文系统(核心:尘缘雅境图文系统) 版本: 1.0 本系统是ASP+ACCESS环境下开发成功
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>社区天地内务纪律管理系统</title>
<link rel="stylesheet" href="style.css">
</head>

<body background="../2s/images/bj.jpg" style="background-attachment: fixed">
<script language="javascript">
	function checkuser()
	{
		if (document.registerform.name.value=="")
		{
			alert("请输入用户名!!");
		}
		else if (document.registerform .pwd .value=="")
		{
			alert("请输入密码!");
		}
		else
		{
			return true;
		}
		return false;
	}
</script>
<div align="center">
	<table border="1" width="548" id="table1" height="325" bgcolor="#FFFFFF" style="border-style: ridge; border-width: 0; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px">
		<tr>
			<td background="../2s/images/bj.jpg" style="border-style: ridge; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" bgcolor="#FFFFFF" width="534">
			<div align="center" style="width: 529; height: 207">
				<center>
   <p> </p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 管理员登陆口</p>  
  <table border="0" width="42%" cellspacing="0" cellpadding="0">
    <tr>
      <td width="78%">
        <form method="POST" action="check.asp" onsubmit="return checkuser()" name="registerform">
          <table border="0" width="88%" cellspacing="0" cellpadding="5" height="66" background="../2s/images/bj.jpg">
            <tr>
              <td width="49%" align="right" height="25">用户名:</td>
              <td width="43%" height="25"><input type="text" name="name" size="15"></td>
            </tr>
            <tr>
              <td width="49%" align="right" height="25">密&nbsp; 码:</td>     
              <td width="43%" height="25"><input type="password" name="pwd" size="15"></td>
            </tr>
            <tr>
              <td width="49%" height="1"></td>
              <td width="43%" height="1"><input type="submit" value="提交" name="B1"></td>
            </tr>
          </table>
        </form>
      </td>
    </tr>
  </table>
  </center>
				</div>
			</td>
		</tr>
	</table>
</div>

</body>

</html>

⌨️ 快捷键说明

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