Battle of the Events!
Posted: Sun Jul 13, 2003 6:11 pm
Could someone please show me an example of how NS deals with Events?
Let's say for example I have this....
.... what would be the NS replacement for this?
Any help or example code would be really helpful.
Thank-you.
Let's say for example I have this....
Code: Select all
document.onmouseover = checkmouseover;
function checkmouseover()
{
var obj_type = event.srcElement.tagName;
}Any help or example code would be really helpful.
Thank-you.