Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
324 B

  1. <%
  2. Function GetIP()
  3. GetIP = "<meta http-equiv=""Refresh"" content=""0; URL=http://" & Request("MS_IPAddress") & """"
  4. End Function
  5. %>
  6. <html>
  7. <%=GetIP %>
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=x-sjis">
  10. <title>Redirect</title>
  11. </head>
  12. <body>
  13. ���_�C���N�g��...
  14. </body>
  15. </html>