How is it possible for event.srcElement to have no properties? The error only occurs in Mozilla.
MSIE accepts it. I'm bamboozalled
I tried other variable names but it didn't help.
----------
I'm willing to trade custom scripts for... [see profile]
Code:
<element onmouseover="show(event,this)">
function show(event,srcElement){...}
MSIE accepts it. I'm bamboozalled

I tried other variable names but it didn't help.
----------
I'm willing to trade custom scripts for... [see profile]