Possible Duplicate:
how to disable javascript errors on “twebbrowser” ?

I'm using the TWebBrowser component with Delphi 6.0 to display a YouTube web page. Sometimes I get a Script error message box from Internet Explorer, which TWebBrowser embeds, complaining that an error has occurred in a script running on the page and prompting me "Yes or No" to disable further execution of any scripts on the page.

I want to be able to suppress all Script warning boxes since certain web pages act funny in the TWebBrowser component. Is there a way to do this?

Thanks in advance.

link|improve this question

63% accept rate
feedback

closed as exact duplicate by Mohammed Nasman, RRUZ, Rob Kennedy, Ken White, Graviton Jul 17 '10 at 1:48

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 6 down vote accepted

Set Silent property to True

link|improve this answer
feedback

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