📄 mblogin.asp
字号:
<!--#include file="conn.inc"-->
<%
for i=1 to 4
%>
<br>
<%
next
'if session("nimadebuyaokan")="tingbaxiaozi" then
' response.redirect "madmin.asp"
' response.end
'end if
dim adminmail
dim adminhomepage
dim bgcolor1
dim background1
dim bianchuang
set rs1=server.createobject("adodb.recordset")
sql1="select * from admin where id=1"
rs1.open sql1,conn,1,3
adminmail=rs1("adminemail")
bgcolor1=rs1("bgcolor1")
bianchuang=rs1("bianchuang")
background1="image/"&rs1("background1")
rs1.close
set rs1=nothing
%>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body bgcolor="#999999" background="<%=background1%>">
<table border="0" width="100%" height="90" bgcolor="<%=bianchuang%>" cellspacing="1">
<tr>
<td width="23%" height="27" bgcolor="<%=bgcolor1%>"> </td>
<td width="55%" rowspan="3" height="84" bgcolor="<%=bgcolor1%>">
<form method="POST" action="mbcheck.asp">
<p align="center"><br>
姓名:<input type="text" name="username" maxlength="10" size="20" style="color: #000000; border: 1 solid #000000" tabindex="1"><br>
密码:<input type="password" name="userpass" maxlength="10" size="20" style="color: #000000; border: 1 solid #000000" tabindex="1"><br>
<input type="submit" value="进入管理" name="B1" style="color: #000000; border: 1 solid #000000" tabindex="1">
<input type="reset" value="给我重填" name="B2" style="color: #000000; border: 1 solid #000000" tabindex="1"></p>
</form>
</td>
<td width="22%" height="27" bgcolor="<%=bgcolor1%>"> </td>
</tr>
<tr>
<td width="23%" height="27" bgcolor="<%=bgcolor1%>"> </td>
<td width="22%" height="27" bgcolor="<%=bgcolor1%>"> </td>
</tr>
<tr>
<td width="23%" height="33" bgcolor="<%=bgcolor1%>"> </td>
<td width="22%" height="33" bgcolor="<%=bgcolor1%>"> </td>
</tr>
</table>
<%
response.write "<center>"
response.write "<p>如果你不是站长请离开这里<br>"
response.write "如果你有什么疑问,请在留言中提出<br>"
response.write "你也可以email:"&adminmail&"<br></p>"
response.write "</center>"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -