1. html代码中设置超链接的disabled属性为:true; 或者通过Js设置为:disabled。
2. 超链接的click事件实现: return false;

只有当这2个前提都做了后,才能兼容主流浏览器,满足需求。