Retrieves a bookmark (opaque string) that can be used with moveToBookmark to return to the same range.
Syntax
sBookmark = TextRange.getBookmark()
Return Value
String. Returns the bookmark if successfully retrieved, or null otherwise.
Remarks
This feature might not be available on non-Win32® platforms. For the latest information about Internet Explorer cross-platform compatibility, see article Q172976 in the Microsoft Knowledge Base.
Applies To