可以设置超链接的Disabled属性的true 和 false来确定超链接是不是能点击
例如:
<a herf='http:///" rel="external nofollow" rel="external nofollow" onclick="return canNavigate();">Click here</a><p> <button id=btn1 onclick="setNavigate(document.all('lnk1'), !(canNav));updateBtnStatus('btn1');"> </button> </body> </html>