📄 webadmin.asp
字号:
<%
response.buffer=true
response.expires=0%>
<!--#include file="includes/dataconn.inc"-->
<!--#include file="includes/setup.asp"-->
<HTML><HEAD><TITLE><%=sitename%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
<script language="JScript">
<!--
function check_input()
{
if (Frm.username.value=="")
{ alert("请输入你的用户名!");
return false;
}
if (Frm.password.value=="")
{ alert("请输入你的密码!");
return false;
}
return true;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function MM_popupMsg(msg) { //v1.0
alert(msg);
}
//-->
</script>
</HEAD>
<BODY bgColor=#666666 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0" onselectstart="return false" oncontextmenu="return false" onmouseover="self.status='<%=sitename%>';return true">
<!--#include file="home.asp"-->
<TABLE cellSpacing=0 cellPadding=0 width=776 align=center bgColor=#ffffff
border=0>
<TR>
<TD vAlign=top> <table width="100%" height="23" border="0" cellpadding="0" cellspacing="0" background="images/new_bg.gif">
<tr>
<td align="center"><img
height=9 src="images/news_4.gif" width=9> 用 户 登 录</td>
</tr>
</table>
<TABLE width="100%" height=23 border=0 cellPadding=0 cellSpacing=1>
<TBODY>
<TR>
<TD align="center">
<table width="170" border="0" align="center" cellpadding="0" cellspacing="3">
<form name="Frm" method=POST action="login.asp" onSubmit="return check_input()">
<tr>
<td width="57" align="center">用户</td>
<td width="113"><input name="username" type="text" class="input" onFocus="this.select()" onMouseOver="this.focus()" size="12"></td>
</tr>
<tr>
<td align="center">密码</td>
<td><input name="password" class="input" type="password" size="12" onMouseOver="this.focus()" onFocus="this.select()"></td>
</tr>
<tr align="center">
<td colspan="2"><input name='submit' type='image' id='submit2' value='登录' src='images/bu_logoin.gif' width='37' height='19' border='0'> <a href="reg.asp"><img src="images/bu_reg.gif" width="37" height="19" border="0"></a></td>
</tr>
<tr align="center">
<td colspan="2"><a href="#"><img src="images/bu_forget.gif" width="83" height="19" border="0" onClick="MM_popupMsg('\r忘记密码请与管理员联系,并且请提供您的注册E-mail!')"></a></td>
</tr>
</form>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
</TR>
</TABLE>
<TABLE align=center background=images/new_bg.gif border=0 cellPadding=0
cellSpacing=0 height=5 width=776>
<TBODY>
<TR>
<TD height=4><IMG height=5 src="images/dot.gif"
width=4></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=776 align=center border=0>
<TBODY>
<TR>
<TD height=2><IMG height=2 src="images/new_3.gif"
width=776></TD></TR></TBODY></TABLE>
<!--#include file="copyright.asp"-->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -