📄 errorpage_b.asp
字号:
<html>
<head>
<title>油田采油工艺综合管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/css/oil.css" type="text/css">
<SCRIPT LANGUAGE=javascript>
<!--
-->
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="hideAll()">
<!-- #BeginEditable "body" -->
<!--#include virtual="/include/menu_head.asp"-->
<table width="785" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td valign="top">
<table width="785" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="20%" valign="top">
<!--#include virtual="/include/menu.asp"-->
</td>
<td width="1" valign="top"></td>
<td width="2" background="/images/line01.gif" valign="top"></td>
<td width="10" valign="top"> </td>
<td width="78%" valign="top" align="center">
<!-- contents goes here -->
<%
dim msg,title
msg="不可知错误,请稍后在试。如问题无法解决请与系统管理员联系!"
title="错误"
if request("msg")<>"" then
msg=request("msg")
title=request("title")
end if
%>
<br><br><br>
<table border=1 width="420" align="center" cellpadding="2" cellspacing="0" class=table2 bordercolor="#666666" bordercolordark="#ffffff">
<tr>
<td>
<table border="0" width="420" align="center" cellpadding="2" cellspacing="0">
<tr>
<td>
<P align=center><span class=subject><%=title%></span></P></td>
</tr>
</table><hr><br>
<table border="0" width="420" align="center" cellpadding="2" cellspacing="0">
<tr>
<td height=50 align=middle><p><%=msg%></p></td>
</tr>
<tr>
<td height=50 align=middle><p><INPUT name=button1 type=button value=返回 class=button onclick="history.go(-1)"></p></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- contents end here -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -