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
17 lines
324 B
<%
|
|
Function GetIP()
|
|
GetIP = "<meta http-equiv=""Refresh"" content=""0; URL=http://" & Request("MS_IPAddress") & """"
|
|
End Function
|
|
%>
|
|
|
|
<html>
|
|
<%=GetIP %>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=x-sjis">
|
|
<title>Redirect</title>
|
|
</head>
|
|
<body>
|
|
リダイレクト中...
|
|
</body>
|
|
</html>
|
|
|