繁体中文
设为首页
加入收藏
当前位置:ASP技术首页 >> ASP基础 >> 能不能用filesystemobject编写一个服务器上的资源管理器?

能不能用filesystemobject编写一个服务器上的资源管理器?

2006-07-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:其实可以这样 left frame: use filesystemobject function list all folder on server; use DHTML or treeview display them onclick call display.ASP?foldername the code is like this: ====================...

其实可以这样

left frame:

use filesystemobject function list all folder on server;

use DHTML or treeview display them

onclick call display.ASP?foldername

the code is like this:

================================

<%@ LANGUAGE = VBScript %>

menu

=====================================

in the right frame

get the folder parameter

open the folder by using filesystemobject

list all files (you want to list)

call Microsoft document property object (free d/l from web)

list all properties you want

the code is too long to be list here, so...

:-)

责任编辑:admin
相关文章