How can I call mouseover event handler programmically in JavaScript
- by michael
Hi,
In my html, I have an html element with a mouseover event handler.
Can you please tell me if it is possible for me to invoke that event handler programmically in JavaScript?
Thank you.