How can I call mouseover event handler programmically in JavaScript
        Posted  
        
            by michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by michael
        
        
        
        Published on 2010-06-05T06:05:45Z
        Indexed on 
            2010/06/05
            6:12 UTC
        
        
        Read the original article
        Hit count: 292
        
JavaScript
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.
© Stack Overflow or respective owner