📄 disperrorinfo.asp
字号:
<%response.expires=0%>
<!--#include file="sqlstr.asp"-->
<!--#include file="opendb.asp"-->
<!--#include file="bgsub.asp"-->
<html>
<head>
<meta http-equiv="expires" content="no-cache">
<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">
<link rel="stylesheet" href="css/css.css">
<script language="javascript1.2" src="js/openwin.js"></script>
<title>企业办公自动化IE37-OA系统</title>
</head>
<body bgcolor="#ffffff" topmargin="5" leftmargin="5">
<%
%>
<center>
<table align="center">
<tr>
<td><font color="#ee0000" size="+2"><b>出错了!</b></font> </td>
<td>
<input type="button" name="button" value="返回" onclick="history.go(-1);">
</td>
</tr>
</table>
</center>
<%
%>
<br>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td width="12%"><img src="../image/errorico.gif" border="0">
</td>
<td width="88%" height="200"><font color="#ee0000" size="+2"><b><%=request("errorinfo")%></b></font></td>
</tr>
</table>
</div>
<%
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -