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: boolean
Remarks

Naturally, suppressing the warning will not change the fact that users on unsupported browsers or operating systems may encounter unexpected behavior in the course of trying to complete a HotDocs interview.
Examples

To suppress the default browser warning, embed the following JavaScript in your interview page:
JavaScript
var HDInterviewOptions = { BrowserWarning: false };
See Also

Reference