Connecting Tech Pros Worldwide Help | Site Map

Detecting a script error in a browser object.

Mufasa
Guest
 
Posts: n/a
#1: May 23 '07
Is there any way to detect if there is an error in a script for a page
through the browser object? Or at least turn it off? I know I can set it
through IE but was wondering if I can do it programtically for my object.

TIA - Jeff.


=?Utf-8?B?U2l2YSBN?=
Guest
 
Posts: n/a
#2: May 23 '07

re: Detecting a script error in a browser object.


For IE, see if this can help you:

http://msdn2.microsoft.com/en-us/library/ms536930.aspx

"Mufasa" wrote:
Quote:
Is there any way to detect if there is an error in a script for a page
through the browser object? Or at least turn it off? I know I can set it
through IE but was wondering if I can do it programtically for my object.
>
TIA - Jeff.
>
>
>
Mufasa
Guest
 
Posts: n/a
#3: May 23 '07

re: Detecting a script error in a browser object.


Thanks. But I need to be doing it from the browser object not the browser.
I've got a program that has a browser object in it and loads web pages
(which aren't under my control) and sometimes I get script errors because
somebody did something stupid. I'm just looking for a way to hide the popup.

TIA - Jeff.

"Siva M" <shiva_sm@online.excite.comwrote in message
news:2B1EA7C1-2CCA-40CA-A679-F3368AF11423@microsoft.com...
Quote:
For IE, see if this can help you:
>
http://msdn2.microsoft.com/en-us/library/ms536930.aspx
>
"Mufasa" wrote:
>
Quote:
>Is there any way to detect if there is an error in a script for a page
>through the browser object? Or at least turn it off? I know I can set it
>through IE but was wondering if I can do it programtically for my object.
>>
>TIA - Jeff.
>>
>>
>>

Closed Thread