'参数:目录名(相对路径) ,对象
Public Function ShowFolderList(folderUrl,tag,listType)
Dim f,f1,fc,i,temp,disabledtf
On Error Resume Next
temp = Server.MapPath(folderUrl)
If oFso.FolderExists(temp) Then
Set f = oFso.GetFolder(temp)
Set fc = f.SubFolders
If listType = "list" Then
disabledtf = "disabled"
Else
disabledtf = ""
End If
ShowFolderList = "
javascript教程:selectAllCheckBox('path',this.id);checkDisabled('button',getValueList('input'));"" "& disabledtf &" /> | "& Chr(13)目录名/文件名 | "& Chr(13)大小 | "& Chr(13)
"& Chr(13) | "& f1.name &" | "& Chr(13)"& GetfolderInfo(folderUrl &"/"& f1.name)(0) &" | "& Chr(13)