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

📄 index.htm

📁 tushuguanlixitong 图书借阅系统 用ASP实现的 能实现简单的功能
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>login</title>
</head>

<body>

<table border="0" width="100%" id="table4" height="25%" bordercolor="#0000FF" cellspacing="0" cellpadding="0">
	<tr>
		<td bordercolor="#0066FF" bgcolor="#FFCC66">
		<p align="center"><b><font size="7">图书馆管理系统</font></b></td>
	</tr>
</table>

<table border="0" width="100%"  id="table11" height="50%" bordercolor="#0000FF" cellspacing="0" cellpadding="0" bgcolor="#FFCC66">
<form action=logincheck.asp  method=post >
	

	<tr>
		<td>
		<table border="0" width="100%" id="table3">
			<tr>
				<td width="40%" align="right">姓名</td>
				<td><input type="text" name="loginname" size="20">
			
 </td>
			</tr>
			<tr>
				<td width="40%" align="right">
				<p align="right">密码</td>
				<td><input type="password" pa name="loginpass"size="20"> </td>
			</tr>
		     
		</table>
		<table width="100%">
		<tr>
		<td with="40%" align="right">类型</td>
		<td width="60%" align=left>
		 <select size="1" name="select1">
			<option id=1>管理员</option>
			<option id=2>普通用户</option>
			</select>
					</td>
		</tr>
		</table>
		
		<table border="0" width="100%" id="table6">
			<tr>
				<td width="45%">
				
				
					<input type="submit" value="提交" name="B1" style="float: right"></p>
				
				 </td>
				<td>
				
				
					<input type="reset" value="重置" name="B3" style="float: left"></p>
				
				 </td>
			</tr>
		</table>
		
		</td>
	</tr>
	
	</form>
</table>


<table border="0" width="100%" height="25%" id="table5" bgcolor="#FFCC66">
	<tr>
		<td>
		<p align="center">版权所有</td>
	</tr>
</table>


</body>

</html>

⌨️ 快捷键说明

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