Forum Moderators: open
<a href="javascript:whatever()">execute function</a>
or
<a href="#no_where" onclick="whatever()">execute function</a>
Thanks for your help.
Always.
If possible, provide a link in the href.
If not, use javascript:void(0); to indicate it is javascript.
Also, consider using a tag other than <a> for pure function executors (<button> is the usual).