What do I do about WebBrowser Errors?

Friday, October 27, 2006 by sViz | Discussion: DesktopX

While using the ActiveX Web Browser I visited the website turnerclassicmovies.com

It triggered this error:



I decided to visit the site in a normal IE window and down in the status bar it does say that there is an error on the page. I guess it's the website. Is there any way to stop the big ol' pop up from appearing when using an activeX browser. I can close the pop up and continue as normal but it is rather annoying.

Thanks.
Cyberium
Reply #1 Saturday, October 28, 2006 2:34 PM
Yeah that error is page-specific and, as far as I know, there is no way to code the error out via DesktopX - You would have to use Internet Explorer's Settings, either in Custom Level security or in the Advanced settings - try looking for "Scripts" or "ActiveX" sections and it may be there I am unable to check at min as using locked-down systems at work - will get back to you on where exactly to find these settings. Have a play around in IE's settings see what you can find.
Bichur
Reply #2 Saturday, October 28, 2006 2:58 PM
IE = tools - internet options - advanced - try unchecking "display a notification about every script error'
Vad_M
Reply #3 Saturday, October 28, 2006 10:11 PM
I have faced with such situation some time ago and solved the problem by usage of one simple command:

Sub Object_OnScriptEnter
'your web browser settings....
'.............................
control.Silent = True '<== Try to add this line into web browser object.
End Sub

Best Regards
ZubaZ
Reply #4 Saturday, October 28, 2006 10:53 PM
Is this place great or what?
seldomseen
Reply #5 Sunday, October 29, 2006 12:13 AM
Yep. Only one of its kind.
sViz
Reply #6 Sunday, October 29, 2006 7:08 AM
Thank you very much Vad_M, it worked. Thanks everybody. Gotta love this place.

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01