Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: SV: IE AND NETSCAPE


Message #1 by "Robert Nyman" <robert.nyman@c...> on Mon, 23 Sep 2002 17:09:48 +0200
Hi Robert and thanks for your reply

Cheers,

Claudio

Subject: SV: IE AND NETSCAPE
From: "Robert Nyman" <robert.nyman@c...>
Date: Mon, 23 Sep 2002 17:09:48 +0200
X-Message-Number: 2

It depends on what version of Netscape you're talking about...

It should be possible to check className in Netscape, but not for the
srcElement (in Netscape it's the 'target' property of the passed event).
And I wouldn't name the variable 'srcElement', never use reserved words
for variable names.


But, basivcally, the event model is not the same as IE's, I guess you
got some reading to do:

Netscape 4:
http://developer.netscape.com/docs/manuals/communicator/dynhtml/index.htm

Netscape 6 & 7:
http://www.mozilla.org/docs/dom/domref/dom_event_ref.html


/Robert


BMRB International
http://www.bmrb.co.uk +44 (0)20 8566 5000
____________________________________________________________
This message (and any attachment) is intended only for the recipient and 
may contain confidential and/or privileged material. If you have 
received this in error, please contact the sender and delete this 
message immediately. Disclosure, copying or other action taken in 
respect of this email or in reliance on it is prohibited. BMRB 
International Limited accepts no liability in relation to any personal 
emails, or content of any email which does not directly relate to our 
business.

  Return to Index