Is there a way in JavaScript which click an anchor
        Posted  
        
            by michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by michael
        
        
        
        Published on 2010-04-23T21:12:11Z
        Indexed on 
            2010/04/23
            21:13 UTC
        
        
        Read the original article
        Hit count: 221
        
JavaScript
Hi,
Is there anyway in JavaScript which emulate user clicks an anchor?
Mozilla(Firefox ) does not implement that. https://developer.mozilla.org/en/DOM/element.click
But is there any browser which does?
© Stack Overflow or respective owner