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: DirectAssembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
var BrowserWarning
Field Value
Type: boolean
Remarks
Examples
JavaScript
var HDInterviewOptions = { BrowserWarning: false };
See Also