spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column48


Using JavaScript in HomeSite 4.0, Part I

Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

The Application Object's Properties, Part II

DocumentCache Read-only Array (of Objects)

We'll discuss this property in our next column.

DocumentIndex Read-Write Integer

Holds the tab index of the active document. Since multiple documents can be open simultaneously, each one has an index, based on its tab. For instance, in the following situation the value of the DocumentIndex index property is 2:

Several Tabs

Keep in mind that the first document (apppro.html) is equivalent to a value of 0. You can set the value of this property in order to determine the current document (the active one).

DocumentCount Read-only Integer

Returns the number of open documents. In the preceding example, the value of this property is 4.

ExeName Read-only String

Returns the filename of the application executable, including path. This property is equivalent to AppPath plus the name of the file (normally homesite4.exe). The value of this property could be "D:\PROGRAM FILES\ALLAIRE\HOMESITE4\HOMESITE4.EXE."

http://www.internet.com

Produced by Yehuda Shiran and Tomer Shiran

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint


Created: September 13, 1999
Revised: September 13, 1999

URL: http://www.webreference.com/js/column48/apppro2.html