⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 error.asp

📁 仓库管理系统 不错的 大家都来看一下
💻 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 + -