程序人生

处理驱动器和文件夹

使用 FileSystemObject (FSO) 对象模式,可以有计划地处理驱动器和文件夹,就像在 Windows 资源管理器中交互式地处理它们一样。可以复制和移动文件夹,获取有关驱动器和文件夹的信息,等...

程序人生

javascript asp教程第八课--request对象

Request Object: Request has five (5) Collections, one (1) Property, and one (1) Method. You'll use the Collections far more than the property or the method. Request Collections: Below is a table of the Request Collections and descriptions o...

程序人生

asp下如何在ADO服务器端利用好缓存技术?

请看下面示例,这是一个用来显示图书分类的例子程序: displayBooks.asp %@LANGUAGE=JavaScript% html body formmethod=post 图书分类;%=getBooksListBox()% p inputtype=submit % functiongetBooksListBox() { BooksListBox=A...