Javascript tricks
        Posted  
        
            by ayush
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ayush
        
        
        
        Published on 2010-06-05T05:36:30Z
        Indexed on 
            2010/06/05
            6:12 UTC
        
        
        Read the original article
        Hit count: 342
        
JavaScript
|tips-and-tricks
What does the following code mean -
<a href="javacsript:;" onClick="addItem(160)">some link</a>
My basic doubt is which script is run when we click on the link
© Stack Overflow or respective owner