📄 error.asp
字号:
<%const title="错误"%>
<!--#include file="OpenDB.inc"-->
<!--#include file=myPrg.asp-->
<head>
<title><%=title%></title>
<link rel="stylesheet" type="text/css" href="forum.css">
</head>
<body topmargin=0>
<%
ShowTitle(title)
getStorage(session("storage"))
response.write "<p align=center><font color=red>"+session("error")+"</font>"
response.write "<p align=center>[ <a href=manage.asp>返回管理主界面</a> | <a href='' onclick=history.go(-1)>返回</a> ]<br><br>"
%>
<!--#include file=copyright.asp-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -