I am having a terrible time with this and I don't understand it. IE is fine with it, and N6 will recognize e.type as "onMouseDown". Any insight?
function fun2(e) {
alert ("The left position of the mouse is: " +e.x);
return false;
}
<body bgcolor="#d3d3d3" onMouseDown="fun2(event)";return="false">
function fun2(e) {
alert ("The left position of the mouse is: " +e.x);
return false;
}
<body bgcolor="#d3d3d3" onMouseDown="fun2(event)";return="false">