📄 error.asp
字号:
<%sub diserror()%>
<link rel="stylesheet" href="site_css.css" type="text/css">
<body bgcolor="#293863">
<p> </p>
<p> </p>
<table width="60%" border="0" cellspacing="1" cellpadding="10" align="center" bgcolor="#000000">
<tr>
<td bgcolor="#E8E8E8" align="center" class="chinese"><img src="images/img.gif" width="18" height="13">
出错拉!</td>
</tr>
</table>
<table width="60%" border="0" cellspacing="1" cellpadding="10" align="center" bgcolor="#293863">
<tr>
<td bgcolor="#FFFFFF" class="chinese"><%=errmsg%></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" class="chinese">[<a href="javascript:history.go(-1)">返回</a>]</td>
</tr>
</table>
<p> </p>
</body>
<%end sub%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -