My IE has its "report scripting errors" option turned off. When I use the
WebBrowser control on VB 6.0, and the page I'm going to has errors on their
scripts, I get that large "Internet Explorer Script Error" box that asks "Do
you want to continue running scripts on this page?" and you can answer
"Yes/No". How do I disable this feature on my WebBrowser control? This
stops the code execution (modal) waiting for input and I don't know how to
get rid of it. I need this turned off!
Thanks.