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