DHTML Methods
Moves to a bookmark.
bSuccess = TextRange.moveToBookmark ( sBookmark )
sBookmark |
Required. Bookmark to move to. |
Boolean. Returns true if successful, or false otherwise.
Bookmarks are opaque strings that are created with the getBookmark method.
This feature might not be available on non-Win32® platforms. See the Microsoft® Knowledge Base for the latest information on Internet Explorer® cross-platform compatibility.
TextRange