📄 login.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="float.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>版主管理-<%=webname%></title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body onload="window.setTimeout('statusScroll()', 500)" bgcolor="<%=bgcolor%>" text="#000000" leftmargin="0" topmargin="1" >
<SCRIPT LANGUAGE=JAVASCRIPT>
var msg = "<%=webname%>留言板"
var speed = 300;
var msgud = " " + msg;
function statusScroll() {
if (msgud.length <msg.length) msgud += " - " + msg;
msgud = msgud.substring(1, msgud.length);
window.status = msgud.substring(0, msg.length);
window.setTimeout("statusScroll()", speed);
}
</SCRIPT>
<!--#include file="top.asp"-->
<table width="680" border="0" align="center" cellspacing="1" bgcolor="<%=tabbgcolor%>">
<tr>
<td width="1003" height="18" bgcolor="<%=tdbgcolor%>"><table width="100%" height="100%" border="0" bgcolor="<%=td1bgcolor%>">
<tr>
<td height="31" bgcolor="<%=td1bgcolor%>">
<div align="center"><font color="3333FF" size="5" face="隶书">用户登录</font></div></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="188" bgcolor="<%=tdbgcolor%>"><form name="form1" method="post" action="loginin.asp">
<div align="center">用户名:
<input name="username" type="text" id="username" size="15">
<br>
<br>
<br>
密 码:
<input name="password" type="password" id="password" size="15">
<br>
<br>
<input type="submit" name="Submit" value="确 定">
<input type="reset" name="Submit2" value="重 填">
</div>
</form></td>
</tr>
<tr>
<td height="24" bgcolor="<%=tdbgcolor%>"> <table width="100%" border="0" bgcolor="<%=td1bgcolor%>">
<tr>
<td height="100%"> <!--#include file="buttom.asp"--> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -