home / experts / javascript / column49 |
|
The ActiveDocument Object's Methods, Part IIn this page we start describing the
Clears all text from the active document, i.e. erases the active document.
Closes the active document. The user is prompted if
Returns the caret (insertion point or I beam) position. The column position is denoted by
Returns the next character after the insertion point (I Beam). For example, if the insertion point is before the character
Returns the character before the insertion point (I Beam). For example, if the insertion point is before the character
Moves the insertion point (I Beam) to the next starting tag, and selects the tag if the
Moves the insertion point (I Beam) to the previous starting tag, and selects the tag if the
Moves the insertion point (I Beam) to the next end tag, and selects the tag if the
Moves the insertion point (I Beam) to the previous end tag, and selects the tag if the |
Produced by Yehuda Shiran and Tomer Shiran
Created: September 27, 1999
Revised: September 27, 1999
URL: http://www.webreference.com/js/column49/activemet1.html