In my windows application I’m loading more than 100 urls in my web browser control one by one in a for loop and need to print them programatically after each URL gets loaded . But, I keep getting the Javascript error for so many URLs. I’m not sure why this error keep coming. Can anyone help me on how to suppress the javascript error through code and proceed. Thank you.
Share
This is really bad to do (because it’s always best to solve the error rather than suppress it). I don’t recommend it, but if it helps you out:
from http://www.javascripter.net/faq/suppress.htm