HD$ GotoInterviewBookmark Method  
This function navigates the user to a specific dialog in the interview, and moves the focus to a designated field within that dialog. If the bookmark is invalid, or the location is no longer part of the interview, no navigation takes place.

 

JavaScript API: Embedded
Assembly: hotdocs.js Version: 1.0.0.0 (1.0.0.0)
Syntax

 
 
JavaScript
 
function GotoInterviewBookmark(str, callback);

Parameters

str
Type: System String
An interview bookmark string, which was generated by calling GetInterviewBookmark.
callback
Type: function
A function to call after the interview has navigated to the specified bookmark.
Remarks

 

This function was introduced in HotDocs Server 10.

See Also

 

Reference