window.event has no value using href
I was calling a javascript function from the href property, but window.event was returning undefined.
When I rewrote the url using href=”javscript:void(0)” onclick=”js function”, this issue was resolved.
I was calling a javascript function from the href property, but window.event was returning undefined.
When I rewrote the url using href=”javscript:void(0)” onclick=”js function”, this issue was resolved.
Trackback URI |