%@ LANGUAGE = VBScript %> <% Option Explicit %> <% On Error Resume Next Dim State, logon, moving State=Request.QueryString("thisState") logon=Request.QueryString("logon") moving=Request.QueryString("moving") %>
<%= sFont("","","",True) %> <% if State="Loading" then %> <%= L_LOADING_TEXT %> <% else if State <> "" then %> <%= State %> <% end if %> |