📄 error.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>
<body background="<%=background1%>">
<table width="100%" border=0 cellspacing="1" bgcolor="<%=bianchuang%>" height="100%">
<tr>
<td width="100%" height="80" background="<%=background1%>">
<p align="center">
密码错误!如果你忘了密码请和站长联系。
<%response.write "Email:<a href=mailto:"&adminmail&">"&adminmail&"<br>"%>
</a>但是在你发的邮件请务必写清您正确的邮件地址且要和你在<br>
给我留言里的邮件地址一样,或者写明你给我留言的内容!<br>
请关闭窗口!
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -