|
-
Nov 23rd, 2006, 07:58 AM
#1
Thread Starter
Junior Member
Webbrowser: how to disable Error message?
Hi, all.
I searched through the forum, but still can't resolve my problem. So I would like to ask you for help.
My problem is: when I try open web page by webbrowser, many times error dialogs appear: syntax error, object required etc. Strangly that they appear even I set the browser to silent mode by:
VB Code:
Webbrowser1.Silent = True.
. I also disabled the JS error debug in IE.
Can you tell me what do I miss still?
Thank you very much.
Tuan.
-
Nov 23rd, 2006, 08:27 AM
#2
Fanatic Member
Re: Webbrowser: how to disable Error message?
I believe that the error is not from the website that you are visiting, its a problem with something that you are trying to make the browser do, so setting it to silent won't fix this problem.
Without any more info I can't be any more specific than that, sorry.
-
Nov 23rd, 2006, 09:16 AM
#3
Thread Starter
Junior Member
Re: Webbrowser: how to disable Error message?
Oh, thanks very much.
I didn't realize that it's error from my application.
I'll try to trace it soon.
Cheers,
Tuan.
-
Sep 7th, 2009, 09:13 PM
#4
Fanatic Member
Re: Webbrowser: how to disable Error message?
I disagree. Often pages that we automate with webbrowser control has an error in the javascript. That's fine. Just don't execute it. Why ask?
It's just idiotic.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|