home / experts / javascript / column48 |
|
The Application Object's Methods, Part II
Extracts the passed image's height and width. Does not work when called from JavaScript as it does not match JavaScript's pass-by-reference conventions.
Extracts the file name of the
Returns the index of the passed file in the document tab. This method evaluates to -1 if the file isn't open. In the following situation, if
Note that the document tab is zero-based. In other words, the first document is 0, the second one is 1, the third one is 2, and so forth.
Returns the HTML content of the passed URL. |
Produced by Yehuda Shiran and Tomer Shiran
Created: September 13, 1999
Revised: September 17, 1999
URL: http://www.webreference.com/js/column48/appmet2.html