HD$ CreateInterviewFrame Method  
Create an iframe element and show the requested interview in it.

 

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

 
 
JavaScript
 
function CreateInterviewFrame(containerID, sessionID, onFrameReady);

Parameters

containerID
Type: System String
The ID of the div element in which the iframe will be created.
sessionID
Type: System String
The session ID that was returned from the CreateSession REST call.
onFrameReady
Type: function
Optional. The event handler to be called after the iframe is created and before the interview is generated.
See Also

 

Reference