error.asp

来自「飞天论坛FTBBS PHP版 v4.1.ASP源代码」· ASP 代码 · 共 31 行

ASP
31
字号
<!--#include file="config.asp"-->
<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<head>
<style type="text/css">
<!--
a {  text-decoration: none}  
a:hover {  text-decoration: underline} 
table {  font-size: 9pt}
body,table,p,td,input {  font-size: 9pt} 
-->
</style>
<title><%=title%></title>
</head>
<body bgcolor="<%=bgcolor%>" text="<%=textcolor%>" link="<%=linkcolor%>">
<div align="center">

<table border="1" cellspacing="1" width="550" bordercolor="<%=titlelightcolor%>">
  <tr>
    <td width="100%" height="18" bgcolor=<%=titledarkcolor%> align="center"><font color=<%=titlelightcolor%>>发现错误</font></td>
  </tr>
  <tr>
    <td width="100%" height="92" align="center">出错原因 : <font color="#FF0000"><%=request.QueryString("msg")%></font></td>
  </tr>
</table>
</center>
</div>
<br><center><a href="javascript:history.go(-1);">【回上一页】</a>
<hr width=550 color=<%=titlelightcolor%> size=1></center>
</body>
</html>

⌨️ 快捷键说明

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