home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / dz / qh / iisstart.asp < prev    next >
Text File  |  2003-09-04  |  2KB  |  73 lines

  1. <% @Language = "VBScript" %>
  2. <% Response.buffer = true %>
  3. <!--
  4.       WARNING!
  5.       Please do not alter this file. It may be replaced if you upgrade your web server 
  6.      If you want to use it as a template, we recommend renaming it, and modifying the new file.
  7.       Thanks.
  8. -->
  9.  
  10.  
  11. <HTML>
  12.  
  13. <HEAD>
  14. <META HTTP-EQUIV="Content-Type" Content="text-html; charset=gb2312">
  15. <META NAME="MS.LOCALE" CONTENT="ZH-CN">
  16.  
  17.     
  18. <%
  19. Dim strServername, strLocalname, strServerIP
  20.  
  21. strServername = LCase(Request.ServerVariables("SERVER_NAME"))
  22. strServerIP = LCase(Request.ServerVariables("LOCAL_ADDR"))
  23. strRemoteIP =  LCase(Request.ServerVariables("REMOTE_ADDR"))
  24.  
  25.  
  26. %>
  27. <% If Request("uc") <> 1 AND  (strServername = "localhost" or strServerIP = strRemoteIP) then %>
  28.     <% Response.Redirect "localstart.asp" %>
  29. <% else %>
  30. <title id=titletext>╒²╘┌╜¿┴ó</title>
  31. </HEAD>
  32.     <body bgcolor=white>
  33.     <TABLE>
  34.     <TR>
  35.     <td id="tableProps" width=70 valign=top align=center>
  36.     <IMG id="pagerrorImg" SRC="pagerror.gif" width=36 height=48>  
  37.     <TD id="tablePropsWidth" width=400>
  38.     
  39.     <h1 id=errortype style="font:14pt/16pt ╦╬╠σ; color:#4e4e4e">
  40.     <id id="Comment1"><!--Problem--></id><id id="errorText">╒²╘┌╜¿┴ó</id></h1>
  41.     <id id="Comment2"><!--Probable causes:<--></id><id id="errordesc"><font style="font:9pt/12pt ╦╬╠σ; color:black">
  42.     ─·╧δ╥¬┴¼╜╙╡─╒╛╡π─┐╟░├╗╙╨─¼╚╧╥│íú┐╔─▄╒²╘┌▒╗╜°╨╨╔²╝╢íú
  43.     </id>
  44.     <br><br>
  45.     
  46.     <hr size=1 color="blue">
  47.     
  48.     <br>
  49.     <ID  id=term1>
  50.     ╟δ╔╘║≥╘┘╩╘┤╦╒╛╡πíú╝┘╚τ╬╩╠Γ╚╘╚╗┤µ╘┌ú¼╟δ╙δ Web ╒╛╡π╣▄└φ╘▒┴¬╧╡íú
  51.     </ID>
  52.     <P>
  53.     
  54.     </ul>
  55.     <BR>
  56.     </TD>
  57.     </TR>
  58.     </TABLE>
  59.     </BODY>
  60. <% end if %>
  61.  
  62. </HTML>
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.