<% Response.Expires = 0 %> <% REM LOCALIZATION L_PAGETITLE_TEXT = "Microsoft Internet Service Manager" REM END LOCALIZATION %> <% REM Get variables %> <% REM svr = Server name %> <% REM pg = Page to be loaded in main frame %> <% REM lgt = Logging type (to determine loading of Logging page) %> <% REM bg = Background color for blank page (black, grey) %> <% svr = Request("svr") %> <% pg = Request("pg") %> <% lgt = Request("lgt") %> <% bg = Request("bg") %> <% = L_PAGETITLE_TEXT %> <% if (bg = "black") then %> <% else %> <% end if %> <% REM If page is specified, redirect; otherwise display blank page of specified color %> <% if (pg <> "") then %> <% end if %>