<a href="javascript:void(0);" onclick="doSomething();">test</a>
<a href="http://xxx/findname/" onclick="doSomething();return false">test</a>
<a href="http://xxx/findname/" onclick="doSomething();event.returnValue=false">test</a>
方法后面的分号";",可加可不加,一般推荐加上。