📄 error.asp
字号:
<%
dim ec,m
ec=request.QueryString("ec")
if ec="" then
ec=0
end if
if not isnumeric(ec) then
ec=0
end if
ec=int(ec)
if ec<1 then
ec=0
end if
%>
<!--#include file="../share/error.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>错误-科研及设备信息化管理系统</title>
<link href="../css/c1.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--#include file="../share/top.asp" -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="28%" height="108"> <div align="right"><img src="../images/error.gif" alt="错误!" width="58" height="58"> </div></td>
<td width="72%" height="100" class="blackfont">错误!
<%
call showerrormessage(ec)
%>
</td>
</tr>
<tr>
<td><div align="right"></div></td>
<td height="200" valign="top"><a href="javascript:history.go(-1)"><img src="../images/back.gif" alt="返回" width="33" height="31" border="0"></a></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
<!--#include file="../survey/bottom.htm" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -