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

📄 info.asp

📁 壹加壹图文管理系统
💻 ASP
字号:
<!--#include file="oplan.ASP" -->
<!--壹加壹在线--www.10000cn.com-->
<%
if Request.QueryString("info")<>"" then
call infom()
end if
%>
<%
sub infom()
%>
<html>
<head>
<TITLE>系统提示信息</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type><LINK 
href="images/style.css" rel=stylesheet type=text/css>
</HEAD>

<body text="#000000">
<div align="center">
  <center>
<table width="300" border="1" cellspacing="0" cellpadding="5" bordercolor="#C0C0C0" style="border-collapse: collapse" height="1">
 <tr> 
  <td class="bk" bgcolor="#C0C0C0" height="20">您刚才的操作系统返回如下信息 ↓</td>
 </tr>
 <tr> 
  <td class="xzy" height="25"> 
    <%
if Request.QueryString("info")="" then
Response.Write info
else
Response.Write"●  <b>"&Request.QueryString("info")&"</b>"
end if
%>
  </td>
 </tr>
 <tr>
  <td class="xzy" bgcolor="#C0C0C0" height="20"><a href="javascript:history.go(-1)">&lt;&lt; 回到前一页</a></td>
 </tr>
</table>
  </center>
</div>
</body>
</html>
<%end sub%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -