error.asp

来自「演示中使用的数据库为省、市、县三级数据库 演示程序实现了省、市、县三级联动(a」· ASP 代码 · 共 48 行

ASP
48
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<% dim f_gourl
f_gourl=Request.QueryString("url")
if f_gourl ="" then f_gourl =request.ServerVariables("HTTP_REFERER") %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="refresh" content="3;URL=<%= f_gourl %>" />

<title>信息提示</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>

<body>
<br />
<br />
<br />

<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="t5">
  <tr>
    <td class="l"></td>
    <td class="t" align="center">信息提示</td>
    <td class="r"></td>
  </tr>
</table>
<div class="b5" align="center">
 <p>
   <span class="fred"><strong><%= Request.QueryString("error") %></strong></span></p>
  <p>3秒后自动跳转<br>
<a href="<%= f_gourl %>">[ 如果您的浏览器没有自动跳转,请点击这里 ]</a></p>
</div> 
		<table width="100%" border="0" cellpadding="0" cellspacing="0" class="t5b">
  <tr>
    <td class="l">&nbsp;</td>
    <td class="c">&nbsp;</td>
    <td class="r">&nbsp;</td>
  </tr>
</table>

</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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