VS 2003 Browser Control Issue

G

Guest

Hi All,

In our application we make use of the standard browser control to allow
customers to interact with the internet. When a customer visits a web page
with a javascript error, they get a "Do you want to debug?" popup dialog. I
cannot find how to tell the control to ignore errors. I know you tell
Internet Explorer to ignore errors through the advanced options.

Is there a way to prevent the popup debug dialog for the browser control?

Thanks in advance,

- Craig
 
M

Michael Nemtsev

Hello Craig,

IE properties, Advanced Tab, check in all Disable Script Debugging points

But not why to look at code and fix the error?

C> In our application we make use of the standard browser control to
C> allow customers to interact with the internet. When a customer
C> visits a web page with a javascript error, they get a "Do you want to
C> debug?" popup dialog. I cannot find how to tell the control to
C> ignore errors. I know you tell Internet Explorer to ignore errors
C> through the advanced options.
C>
C> Is there a way to prevent the popup debug dialog for the browser
C> control?
C>
C> Thanks in advance,
C>
C> - Craig
C>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top