%@ LANGUAGE = VBScript %> <% Option Explicit %> <% if Session("FONTSIZE") = "" then %> <% else %> <% Dim path, currentobj, redirto On Error Resume Next path=Session("dpath") Set currentobj=GetObject(path) function redirOpt(optionStr) redirOpt = checkboxVal(0,InStr(currentobj.HttpRedirect,optionStr) > 0 ,"chk" + optionStr,"setHttpRedirect();",false) end function %>