I am using html a tag as follow.
<a href="javascript:MyFunction("MyParamValue")">My Link</a>
Based on it, when user mouse over link text "My Link", browser status bar shows javascript:MyFunction("MyParamValue"). I am just wondering if there is anyway of not showing javascript:MyFunction("MyParamValue") to the user?
You can do
Or even better:
and somewhere in a JS block: