Hello,
I am getting error while navigating to a website using,
Code:
WebBrowser1.Navigate "http://www.website.com/serial.aspx"
as shown in the fig,
Name:  script.png
Views: 412
Size:  6.8 KB

I found that this can be solved by using,
Code:
WebBrowser1.Silent = True
But I dont want to use this since this will suppress all the errors messages from that page.

Is there any specific solutions for this error ?
Please help me.