Battle of the Events!

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Battle of the Events!

Post 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.
Post Reply