📄 errinfo.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="pragma" content="no-cache">
<title>错误处理</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 24px;
color: #FF0000;
font-family: "黑体";
}
body {
background-image: url(../Image/bg.gif);
}
-->
</style>
</head>
<body onmouseover="self.status='红笛软件[http://weekaa.com/red]';return true">
<p> </p>
<p> </p>
<p> </p>
<table width="80%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000099" bgcolor="#FFFFFF">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"><span class="STYLE1"><%=request.QueryString("Info")%></span></td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#FFFFFF"> </td>
</tr>
</table>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -