📄 error.asp
字号:
<!--#include file="tools.asp"-->
<HTML>
<HEAD>
<title>错误</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<style type="text/css">
<!--
.p9 { font-family: "宋体"; font-size: 9pt}
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
window.resizeTo(300,130);
window.moveTo(window.screen.width/2-150,window.screen.height/2-65);
function window_onresize() {
window.resizeTo(300,130);
window.moveTo(window.screen.width/2-150,window.screen.height/2-65);
}
function window_onload() {
window.resizeTo(300,130);
window.moveTo(window.screen.width/2-150,window.screen.height/2-65);
}
function bQD_onclick() {
window.close();
}
//-->
</SCRIPT>
</HEAD>
<body style="padding:0px;border:none;background-color:buttonface;" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 width=100% LANGUAGE=javascript onresize="return window_onresize()" onload="return window_onload()">
<br>
<table width="90%" border="0" cellpadding="0" cellspacing="0" align=center>
<tr>
<td width="20%" align=left><img src=images/error.gif width="32" height="32"></td>
<td width="70%"class="p9" align=left><%=Request.QueryString("msg")%>
</td>
</tr>
</table>
<p class="p9" align=center>
<input type="button" name="bQD" value="确定" class="p9" style="HEIGHT: 24px; WIDTH: 66px" LANGUAGE=javascript onclick="return bQD_onclick()">
</p>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -