?? 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>file system</title>
</head>
<body bgcolor="#eeeeee" topmargin="5" leftmargin="5">
<%
call bghead()
%>
<center>
<table>
<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>
<%
call bgmid()
%>
<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>
<%
call bgback()
%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -