> Onderwerp: Re: [Dynapi-Help] invokeEvent error in Netscape
>
>
> Just do this:
>
> window.onerror = function (msg, url, line) {
> alert(msg+'\n'+url+'\n'+line);
> }
>
> The Netscape JS console is horrible. The best is to make your
> own debu
r?!?
>
> is this cross browser?
> - Original Message -
> From: "GORTSILAS ANDREAS" <[EMAIL PROTECTED]>
> To: "Dynapi-Help Mailing List (E-mail)" <[EMAIL PROTECTED]>
> Sent: Monday, January 29, 2001 5:43 AM
> Subject: [Dynapi-Help] invokeEvent
we have an onerror handler?!?
is this cross browser?
- Original Message -
From: "GORTSILAS ANDREAS" <[EMAIL PROTECTED]>
To: "Dynapi-Help Mailing List (E-mail)" <[EMAIL PROTECTED]>
Sent: Monday, January 29, 2001 5:43 AM
Subject: [Dynapi-Help] invokeEvent e
In Netscape (4.7 linux) and (4.08 win95) in the following page when you
click with the mouse on a DynLayer then a strange error occurs:
URL:.../events.js
Line no: 146
Msg: missing ; before statement
I catch this error using an onerror handler...
Any idea?
Andreas Gortsilas
==