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

📄 index.asp

📁 寝室管理文档 网站目的: 为了更好的管理寝室同学们的信息资料
💻 ASP
字号:
<!-- #include file="conn.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>会员</title>
<style type="text/css">
<!--
body,td,th {
	font-family: 宋体;
	font-size: 14px;
	color: #EFEBDE;
}
.STYLE1 {
	font-size: 18px;
	font-weight: bold;
	color: #3300FF;
}
body {
	background-color: #FFFFFF;
}
.STYLE10 {color: #000000; font-weight: bold; }
.STYLE13 {color: #000000}
-->
</style>
</head>
<body>
<center>
<p class="STYLE1 STYLE13">欢迎来到会员登陆系统</p>
<form name="form1" method="post" action="login.asp">
<table width="34%" border="2">
<tr>
<td width="33%" height="30" bgcolor="#00FF00"><span class="STYLE10">用户名:</span></td>
<td width="67%" height="30" bgcolor="#00FF00"><input name="username" type="text" id="username" size="15"></td>
</tr>
<tr>
<td height="30" bgcolor="#00FF00"><span class="STYLE10">密 码:</span></td>
<td height="30" bgcolor="#00FF00"><input name="password" type="password" id="password" size="15"></td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#00FF00"><input type="submit" name="Submit" value="确定">
<input type="reset" name="Submit" value="重置"></td>
</tr>
<tr>
<td colspan="2" bgcolor="#00FF00"><a href="reg.asp" target="_self"><strong>注册</strong></a></td>
</tr>
</table>
</form>
</center>
</body>

</html>

⌨️ 快捷键说明

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