HDInterviewOptions BrowserWarning Field |
By default HotDocs browser interviews display a warning during interview initialization if an unsupported browser or operating system is detected. Setting this variable to false suppresses that warning.
JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
var BrowserWarning
Field Value
Type: booleanRemarks
Examples
JavaScript
var HDInterviewOptions = { BrowserWarning: false };
See Also