mduong1
02-19-2004, 11:32 AM
What is the metscape equivalent of window.event.srcElement.style? It owrks in IE but does not work in Netscape 4.75
|
Click to See Complete Forum and Search --> : Netscape equivalent mduong1 02-19-2004, 11:32 AM What is the metscape equivalent of window.event.srcElement.style? It owrks in IE but does not work in Netscape 4.75 gil davis 02-19-2004, 04:02 PM There is no window.event in NS 4. Each event has its own handler. If you want to patch some code into an event you have to capture it. The event model in NS 4 is pretty limited. It does not give you as much information as IE does. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |