Hi all, i am using WebBrowser Control (csharp) in my application and my question is how i can hide javascript error when i write in it.

Code:
webBrowser1.Document.Write(/*some html tags here*/);
thanks