Page 1 of 1

Battle of the Events!

Posted: Sun Jul 13, 2003 6:11 pm
by Gen-ik
Could someone please show me an example of how NS deals with Events?

Let's say for example I have this....

Code: Select all

document.onmouseover = checkmouseover;

function checkmouseover()
{
var obj_type = event.srcElement.tagName;
}
.... what would be the NS replacement for this?


Any help or example code would be really helpful.

Thank-you.