📄 ulogin.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body bgcolor="#99cccc">
<center>
<h3>管理员登录 </h3><hr>
<form name="form1" method="post" action="login.asp">
<table width="75%" border="3">
<tr>
<td width="43%" height="33">用户名称:</td>
<td><input type="text" name="uname"></td>
</tr>
<tr>
<td height="33">用户密码:</td>
<td><input type="password" name="upass"></td>
</tr>
<tr>
<td height="38"> </td>
<td> <div align="left">
<input type="reset" name="Submit" value="重置">
<input type="submit" name="Submit2" value="提交">
</div></td>
</tr>
</table>
</form>
<hr>
叶氏图书馆.版权所有.2008
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -