href javascript call
Posted: Thu Apr 03, 2008 5:12 pm
href javascript call
What are the advantages and disadvantages of these href javascript calls?
What are the advantages and disadvantages of these href javascript calls?
<a href="javascript:example()">test</a>
<a href="#" onClick="example()">test</a>
<a href="javascript:void(0)" onClick="example()">test</a>