Windows Develop Bookmark and Share   
 index > Windows Forms General > An error on the script of this page.
 

An error on the script of this page.

hey guys i have a program that constantly gets on a webpage checking for updates, and every so seldum it gets a message box saying.

A script on this page has an error would you like to continue.

the program i made is programmed not to need much user interaction unless you note it to, so when its getting this error its interupting my code until some kind of agreement is made between the error box. until this my program waits which disables its timing function which disables it from checking the webpage correctly. so my question is... what can i do to get rid of this for all users of my program or work arounds?

willthiswork89  Tuesday, April 03, 2007 1:42 AM
There is a property called "ScriptErrorsSuppressed". This is false by default. Set this to true and the errors will be supressed. Thanks.
MarcD  Tuesday, April 03, 2007 3:21 AM
There is a property called "ScriptErrorsSuppressed". This is false by default. Set this to true and the errors will be supressed. Thanks.
MarcD  Tuesday, April 03, 2007 3:21 AM

You can use google to search for other answers

Custom Search

More Threads

• Close() Error HELP
• Printing
• Validating event
• Get the position of the first char which exceed the ClientSize of WebBrowser
• Rendering problems with multiple IWebBrowser2 objects
• How to use HelpcontextId in HelpProvider
• right mouse click on treeview
• Crystal memory error when exporting report to PDF from C# code
• Bitmap Clone
• Is there a way to use System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider from the win-application itself without using an external service?