📄 admin.asp
字号:
<!--#include file="css.asp"-->
<!--#include file="jbsz.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title><%=dy_title%>后台管理</title>
</head>
<body oncontextmenu="return false" onselectstart="return false" topmargin="0" leftmargin="0"><div align="center">
<div>
<div align="center">
<script laguage="javascript">
<!--
function form1_onsubmit()
{
if (document.form1.adm.value=="")
{
alert("请输入用户名!")
document.form1.adm.focus()
return false
}
else if(document.form1.pws.value=="")
{
alert("请输入密码!")
document.form1.pws.focus()
return false
}
}
-->
</script>
<table border="0" cellpadding="0" width="100%" height="494">
<tr>
<td width="100%" height="492" valign="middle" align="center" ><form name="form1" method="post" action="admin_login.asp" onsubmit="return form1_onsubmit()">
<table width="481" height="145" border="0" cellpadding="0" cellspacing="1" bgcolor="#FF0000">
<tr align="center" bgcolor="#009933">
<td colspan="2"><font color="#FFFFFF" face="华文行楷" size="5">个人主页 后台管理</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="202" align="right"><font color="#006600">管理用户</font>
: </td>
<td width="276"><input name="adm" type="text" size="20"> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="right"><font color="#006600">管理口令</font> : </td>
<td><input name="pws" type="password" size="20"> </td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td colspan="2"><input type="submit" name="submit" value="提交">
<input type="reset" name="submit2" value="重置"></td>
</tr>
</table>
<p> </p>
<p> </p>
</form></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -