The IsDialogEnabled function gets a value that indicates whether the object can display dialog boxes.
Syntax
Integer Browser.IsDialogEnabled()
Parameters
The IsDialogEnabled function has no parameters.
Return value
The IsDialogEnabled function returns true or false.
Example
if myBrowser.IsDialogEnabled()
end
end