<%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% On Error Resume Next Dim State, logon, moving State=Request.QueryString("thisState") logon=Request.QueryString("logon") moving=Request.QueryString("moving") %> Untitled <% if State="Loading" then %> <% else %>
<% if State <> "" then %> <% if moving <> "" then %> <% else %> <% end if %> <%= State %> <% end if %>
<% end if %>