Javascript protocol and events

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 9:42 UTC
Read the original article Hit count: 233

Filed under:
|

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

Related posts about JavaScript

Related posts about tips-and-tricks