Forum Moderators: open
<a onclick="showhide('a','b');" id="b">More</a>.
So, I need to use a href to generate the cursor:hand since onmouseover="this.style.cursor='hand'" is not working to generate the onhover hand icon.
What href should I use? href="",or "#" or"/" sends it to the top of the page, but I want to keep the browser window in place without launching an external link.