1 / 18

第五章 ASP 常用组件

第五章 ASP 常用组件. 5.1 Ad Rotator 组件. Ad Rotator 组件可以按照预先设置的广告计划文件轮换地显示广告图片,当用户单击广告图片时会访问超链接的页面 . 展示实例运行效果. 使用 Ad Rotator 组件. 1. 创建广告计划文件 实例 : adrot.txt 2. 编写重定向文件 实例 :adredir.asp 3. 编写使用脚本程序 参见课本. 5.2 Browser Capabilities 组件. 功能 : 获取浏览器信息 示例 :BrowserCap.asp. 运行结果.

Download Presentation

第五章 ASP 常用组件

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 第五章 ASP常用组件

  2. 5.1 Ad Rotator组件 • Ad Rotator 组件可以按照预先设置的广告计划文件轮换地显示广告图片,当用户单击广告图片时会访问超链接的页面. • 展示实例运行效果

  3. 使用Ad Rotator组件 • 1.创建广告计划文件 • 实例: adrot.txt • 2.编写重定向文件 • 实例:adredir.asp • 3.编写使用脚本程序 • 参见课本

  4. 5.2 Browser Capabilities组件 • 功能:获取浏览器信息 • 示例:BrowserCap.asp

  5. 运行结果

  6. 5.3 File Access组件

  7. 使用File Access组件 • FileSystemObject 对象存取服务器上的文件系统。 可以操作文件、文件夹和路径,获取文件系统的信息 • 注意:部分Web服务器禁用了此组件. • Drive对象:获取一个本地磁盘驱动器或网络映射驱动器的信息

  8. 使用Drive对象

  9. 使用Drive对象的完整例子

  10. File对象 • File对象用于获取一个按特定文件的信息。 • 要使用File对象,首先需要创建一个FileSystemObject对象实例,再调用它的GetFile方法。

  11. Folder对象 • Folder对象用于获取指定文件夹的信息。 • 要使用Folder对象,首先需要创建一个FileSystemObject对象实例,再调用它的GetFolder方法。

  12. 文件夹操作

  13. 文件操作

  14. TextStream对象 • TextStream对象用于存取文本文件的内容。 • 注意掌握打开,读取,写入,关闭文件的步骤.

  15. TextStream对象的读取方法

  16. TextStream对象的写入方法

  17. 课后练习 • 完成本章课后练习 • 使用IIS帮助文档学习IIS5.0提供的其它组件 • 完成实验五:使用File Access组件访问文件系统

More Related