'moveToBookmark()' Syntax, Parameters and Note : moveToBookmark « Javascript Methods « JavaScript Reference

'moveToBookmark()' Syntax, Parameters and Note

Note:

Moves the object to a bookmark defined using the getBookmark() method. 
Returns true (successful) or false (failed).
    
Syntax:
    
textRangeName.moveToBookmark(param1)

Parameters:
    param1   Required; the name of the bookmark.

    

      
      








Related examples in the same category

1.'moveToBookmark()' Example
2.'moveToBookmark()' is applied to