当前位置: 代码迷 >> Web前端 >> 页面下的超级链接都无效
  详细解决方案

页面下的超级链接都无效

热度:313   发布时间:2012-11-23 00:03:43.0
页面上的超级链接都无效
document.onclick=function(){  
  if(event.srcElement.tagName=="A")  
return   false  
}