%@ LANGUAGE = VBScript %> <% Option Explicit %> <% On Error Resume Next Dim path, currentobj, keyType, redir, dirtype, quote, dirkeyType path=Session("dpath") Session("path")=path Set currentobj=GetObject(path) dirkeyType = "IIsFTPDirectory" %> <% redir=currentobj.HttpRedirect path=currentobj.path if redir <> "" then dirtype="redir" elseif instr(path,"\\") then dirtype="net" else dirtype="dir" end if quote=chr(34) function writeDirType(thetype) if thetype=dirtype then writeDirType="" else writeDirType="" end if end function %>
<%= L_WHENCONNECTING_TEXT %> <%= L_CONTENTSHOULD_TEXT %>