%@ LANGUAGE = VBScript %> <% Option Explicit %> <% if Session("FONTSIZE") = "" then %> <% else %> <% On Error Resume Next Dim path, currentobj, sDlgTitle, mbw sDlgTitle = "Server Properties - [" & Request.ServerVariables("SERVER_NAME") &"]" path=Session("dpath") Session("path")=path Session("SpecObj")="" Session("SpecProps")="" Set currentobj=GetObject(path) %> <% ' Do not use top.title.Global.update flag if page is loaded into a dialog bUpdateGlobal = false %>