Using JavaScript in HomeSite 4.0, Part III
Using JavaScript in HomeSite 4.0, Part III
Macromedia's HomeSite 4.0 HTML editor is one of the most popular HTML editors around. It introduces many powerful features that simply aren't supported by other well-known editors. This is the third column in our three-part series on using JavaScript in HomeSite 4.0. In Part I, we taught you how to write and execute scripts, and how to use Application
Object's methods and properties. In Part II, we taught you how to manipulate toolbars and projects and how to use HomeSite's DocumentCache
and ActiveDocument
objects. In this column, we'll show you how to use HomeSite's HTTP interface and ZIP file manipulations. We'll teach you how to use its HTTPProvider
and ZIPProvider
objects. You'll find out:
- How to use HomeSite's
HTTPProvider
's properties: - How to use HomeSite's
HTTPProvider
's methods: - How to use HomeSite's
ZIPProvider
's properties - How to use HomeSite's
ZIPProvider
's methods:
Produced by Yehuda Shiran and Tomer Shiran
Created: October 11, 1999
Revised: October 12, 1999
URL: https://www.webreference.com/js/column50