%@ LANGUAGE = VBScript %> <% Option Explicit %> <% if Session("FONTSIZE") = "" then %> <% else %> <% On Error Resume Next Dim path, currentobj,agreeting, greeting, arraybound, i path=Session("spath") Session("path")=path Set currentobj=GetObject(path) Session("SpecObj")="" Session("SpecProps")="" if IsArray(currentobj.GreetingMessage) then agreeting=currentobj.GreetingMessage greeting= "" arraybound=UBound(agreeting) for i=0 to arraybound greeting=greeting & agreeting(i) Next else greeting=currentobj.GreetingMessage end if %>