I have the following on my page:
<a href="javascript:void(0)" onclick="doCheck('test'); return false;" class="btn">Test</a>
It works great but now I'm wondering what will happen when it is seen by a search engine. Will the search engine try to click the address and follow it?