I am getting javascript errors popping up in some webpages I am browsing to.

Does anyone know how to disable javascript error boxes from displaying in a Delphi app using a TWebbrowser? or any other messageboxes?

link|improve this question

feedback

1 Answer

up vote 8 down vote accepted

Try to set WebBrowser1.Silent := True

link|improve this answer
thank you. this solved my problem. – adnanturken Apr 27 '10 at 15:27
Yes this solution solved the problem, but it also disable all message coming from the TwebBrowser like user name popup! – Mario Groleau Feb 22 '11 at 14:32
@Mario, what is a user name popup? – Toby Allen Sep 19 '11 at 13:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.