1 Attachment(s)
Internet Error script error while navigating to a URL
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,
Attachment 139139
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.
Re: Internet Error script error while navigating to a URL
If it is within your control, fix the error on the website. If it is not in your control, you will either need to continue to acknowledge the error, or silently swallow the errors.
-tg