Archive for October, 2009

href and onclick method in ‘A’ tag

Friday, October 16th, 2009

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

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