📄 errorsub.asp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
sub errorpage(ac)
%>
<link href="css.css" rel="stylesheet" type="text/css">
<table width="777" border="0" align="center" cellpadding="0" cellspacing="0" background="IMAGES/bbjj333.gif" class="newTable">
<tr>
<td height="50"> </td>
</tr>
<tr>
<td height="50" align="center">
<%
response.Write "<font color=red>暂时没有相关信息<br><br><font>"
if ac="close" then
response.Write "<a href='javascript:window.close();'>>>关闭窗口</a>"
elseif ac="history" then
response.Write "<a href='javascript:history.go(-1);'>>>返回</a>"
end if
%>
</td>
</tr>
<tr>
<td height="50"> </td>
</tr>
</table>
<%end sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -