Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebBrowser1 causing IE script error 1

Status
Not open for further replies.

steven54

Programmer
Jul 4, 2009
22
0
0
US
I have two applications that use the WebBrowser1 component and both go to different websites and both are causing a script error. When I click the Yes button to continue the script everything works as expected. Any idea how to get this to stop generating the error?

An image of the error message is attached.

Thanks in advance.

If pro is the opposite of con, then is progress the opposite of congress?
 
Set the .Silent property to True in the Form_Load event. (Setting it at Design Time doesn't hold the value).

- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
 
Andy,

That did it! Thank you and here's a bright star for ya!

Thank you B-)

Steve

If pro is the opposite of con, then is progress the opposite of congress?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top