href and onclick method in ‘A’ tag

How to invoke onclick method but not go to the page head.

1
<a href="#" onclick="javascript:jsMethod();return false;">a link</a>

Tags:

Leave a Reply