Feed on
Subscription
Feedsky

404err

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
Session.CodePage=65001
Response.Charset="UTF-8"
Response.Status = "404 Not Found"
Function geturl()
Dim a,b
 a=Request.Servervariables("Query_string")
 If Instr(a,":80")>0 Then
  b=split(a,":80")(1)
 Else
  b="/404.asp"
 End If
geturl=b
End Function
%>
<html>
<head>
<title>找不到 404</title>
<style type="text/css">
   body {font-family: arial,sans-serif}
   div.nav {margin-top: 1ex}
   div.nav A {font-size: 10pt; font-family: arial,sans-serif}
   span.nav {font-size: 10pt; font-family: arial,sans-serif; font-weight: bold}
   div.nav A,span.big {font-size: 12pt; color: #0000cc}
   div.nav A {font-size: 10pt; color: black}
   A.l:link {color: #6f6f6f}
   A.u:link {color: green}
  </style></head>
<body text="#000000" bgcolor="#ffffff">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td rowspan="3" width="1%" nowrap>
<b>
<font face="times" color="#0039b6" size="10">S</font>
<font face="times" color="#c41200" size="10">e</font>
<font face="times" color="#f3c518" size="10">o</font>
<font face="times" color="#0039b6" size="10">W</font>
<font face="times" color="#30a72f" size="10">a</font>
<font face="times" color="#c41200" size="10">n</font>
<font face="times" color="#f3c518" size="10">e</font>
<font face="times" color="#30a72f" size="10">r</font>
&nbsp;&nbsp;
</b>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td bgcolor="#3366cc">
<font face="arial,sans-serif" color="#ffffff"><b>错误</b></font>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
<blockquote>
<font face="arial,sans-serif"><h1>找不到</h1>在此服务器上找不到所要求网址  <code><%=geturl%></code> 。</font>
<p></p>
</blockquote>

<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#3366cc">
<img alt="" width="1" height="4">
</td>
</tr>
</table>
</body>
</html>

相关日志

    发表评论: