<% @Language = "VBScript" %> <% Response.buffer = true %> <% Dim strServername, strLocalname, strServerIP strServername = LCase(Request.ServerVariables("SERVER_NAME")) strServerIP = LCase(Request.ServerVariables("LOCAL_ADDR")) strRemoteIP = LCase(Request.ServerVariables("REMOTE_ADDR")) %> <% If Request("uc") <> 1 AND (strServername = "localhost" or strServerIP = strRemoteIP) then %> <% Response.Redirect "localstart.asp" %> <% else %> 正在建設中

正在建設中

您想要連接的站台目前沒有預設頁。可能正在進行升級。



請稍後再試此站台。假若問題仍然存在,請與 Web 站台管理員聯絡。


<% end if %>