I tried using span and label tags, no luck there, same behavior.
<br>
I tried:
Code:
onmouseover="this.href='javascript:void(0)' "
onclick=" somefunction(); return false;"
didn't work either...did you mean to put both of those in the same a tag? Thats what I did. Like this:
Code:
<a onmouseover="this.href='javascript:void(0)' " onclick=" somefunction(); return false;">