home / experts / javascript / column48 |
|
The Application Object's Properties, Part II
We'll discuss this property in our next column.
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
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).
Returns the number of open documents. In the preceding example, the value of this property is 4.
Returns the filename of the application executable, including path. This property is equivalent to |
Produced by Yehuda Shiran and Tomer Shiran
Created: September 13, 1999
Revised: September 13, 1999
URL: http://www.webreference.com/js/column48/apppro2.html