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

📄 error.asp

📁 电影ASP文件
💻 ASP
字号:
<%
if request("gourl")="login" then
url=request("url")
response.redirect "../"&url&""
end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>信息提示!</title>
</head>
<body>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="80%" id="AutoNumber1" height="158">
<tr>
<td width="100%" height="51" align="center" style="font-size: 12px"><%=request("n")%></td>
</tr>
<tr>
<td width="100%" height="50" align="center" style="font-size: 12px">您的IP地址:<font color="#cc0000"><%=Request("REMOTE_ADDR")%></font></td>
</tr>
<tr>
<td width="100%" height="57" align="center" style="font-size: 12px">
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="80%" id="AutoNumber2">
    <form method="POST" action="" target=_top>
    <tr>
      <td width="85%" height=25 style="font-size: 12px" align=center><span lang="zh-cn">输入登录文件名
		(包含登录参数):</span><input type="text" name="url" size="27"></td>
    </tr>
    <tr>
      <td width="85%" height=25 style="font-size: 12px" align=center><input type="hidden" name="gourl" value="login"><input type="submit" value="确认到登录界面" name="submit"></td>
    </tr><form>
  </table>
  </center>
</div>
</td>
</tr>
<tr>
<td width="100%" height="57" align="center" style="font-size: 12px">
<a target="_top" href="../">返回首页>></a></td>
</tr>
</table>
</center>
</div>
</body>
</html>

⌨️ 快捷键说明

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