Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to disable the error dialogs from Internet Explorer on javascript errors?

Answer: You can use this code in the htmlviewer open event:
Example
if targetwin32 then
htmlviewer1._ole.Content.value("Silent") = True
end if

This disables the error dialogs from Internet Explorer.


The biggest plugin in space...