📄 dispass.asp
字号:
<!--#include file="conn.inc"-->
<%
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")
bianchuang=rs1("bianchuang")
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 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>写留言</title>
<meta http-equiv='content-type' content='text/html; charset=gb2312'>
</head>
<%
id=request("id")
paction="showreply.asp?id="&id
%>
<table border="0" width="100%" height="100%" cellspacing="1" bgcolor="<%=bianchuang%>">
<tr>
<td width="100%" height="1" align="center" background="<%=background1%>">
<form method="POST" action="<%=paction%>" name="password">
<p>请输入密码:<input style="color:#000000;font-size:9pt;border:'1px solid black';;background-color:#ffffff" type="password" name="password" size="14" maxlength="12"><br>
<br>
<input style="color:#000000;font-size:9pt;border:'1px solid black';;background-color:#ffffff" type="submit" value="好了提交" name="B1" tabindex="0"> <input style="color:#000000;font-size:9pt;border:'1px solid black';;background-color:#ffffff" type="reset" value="不行重写" name="B2"><br>
<br>
如果你不是此留言的密码,请关闭此窗口</p>
</form>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -