Thanks for the reply! Much appreciated, but I still didn't get it to work quite yet... this is what I have:
Code:
<a href="#" onclick="somefunction();return false;"> Click Here </a>
The page still bounces back up to the top. If I remove the "#" from the href, then the function doesn't execute.
Any help is greatly appreciated.