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