禁用页面<a href>
just
posted @ 2008年12月20日 20:50
in web
, 1175 阅读
function disableHref(){
for(i=0;i<document.all.tags("A").length;i++){
document.all.tags("A")[i].shuxing=document.all.tags("A")[i].href;
document.all.tags("A")[i].removeAttribute("href")
}
}
for(i=0;i<document.all.tags("A").length;i++){
document.all.tags("A")[i].shuxing=document.all.tags("A")[i].href;
document.all.tags("A")[i].removeAttribute("href")
}
}