RE: [Dynapi-Help] invokeEvent error in Netscape

2001-01-29 Thread Pascal Bestebroer
> 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

Re: [Dynapi-Help] invokeEvent error in Netscape

2001-01-29 Thread Dan Steinman
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

Re: [Dynapi-Help] invokeEvent error in Netscape

2001-01-29 Thread Doug Melvin
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

[Dynapi-Help] invokeEvent error in Netscape

2001-01-29 Thread GORTSILAS ANDREAS
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 ==