⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.asp

📁 中文bux点击站源码。配合其他站点用
💻 ASP
字号:
<%@ LANGUAGE = VBScript %>
<!--#include file="conn.asp"-->

<% FileName = Request ("FileName") %>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title><%= SiteTitle %>后台管理系统</title>
</head>

<body topmargin="0" leftmargin="0">

<div align="center">
	 <p> </p>
	<table border="1" width="500" id="table1" cellpadding="3" style="border-collapse: collapse" bordercolor="#C0C0C0" cellspacing="0">
		<tr>
			<td width="473" background="../images/topBar_bg.gif">
			<font face="Wingdings"> </font><b>管理员登陆</b></td>
		</tr>
		<tr>
			<td> <form method="POST" action="login2.asp">
				<table border="0" width="100%" id="table2" cellspacing="0" cellpadding="5">
					<tr>
						<td width="152" align="center" bgcolor="#66CCFF">用户</td>
						<td bgcolor="#66CCFF">
						<input type="text" name="AdminUserName" size="20"></td>
					</tr>
					<tr>
						<td width="152" align="center" bgcolor="#66CCFF">密码</td>
						<td bgcolor="#66CCFF">
						<input type="password" name="AdminPassWord" size="20"></td>
					</tr>
					<tr>
					  <td colspan="2" align="center" bgcolor="#66CCFF"><input type="hidden" name="FileName" value="<%= FileName %>"></td>
				  </tr>
				</table>
				<p align="center"><input type="submit" value="管理员登录" name="Button"></p>
			</form>
			</td>
		</tr>
	</table>
</div>



</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -