📄 login.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">
<title>无标题文档</title>
<style type="text/css">
<!--
.unnamed1 {
border: 1px solid #000000;
}
body {
background-image: url(../images/bg.gif);
font-size:9pt;
margin-top: 3px;
margin-bottom: 3px;
}
-->
</style></head>
<body>
<p> </p>
<p> </p>
<p> </p>
<p> </p><form name="form1" method="post" action="login_come.asp">
<table width="25%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#009933">
<tr>
<td height="31"><div align="center">后台管理</div></td>
</tr>
<tr>
<td height="30"><div align="center">用户名:
<input name="passname" type="text" class="unnamed1" id="passname" onMouseOver="this.style.border='1px solid #00cc33'" onMouseOut="this.style.border='1px solid #000000'">
</div></td>
</tr>
<tr>
<td height="30"><div align="center">密 码:
<input name="password" type="text" class="unnamed1" id="password" onMouseOver="this.style.border='1px solid #00cc33'" onMouseOut="this.style.border='1px solid #000000'">
</div></td>
</tr>
<tr>
<td height="32"><div align="center">
<input type="submit" name="Submit" value="提交">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -