屏蔽标签的划选
摘要:
document.onselectstart= function(event){return selecttd()}; function selecttd(){ var the = event.srcElement ; if(the.tagName.toLowerCase()!= "input"&&the.tagName.toLowerCase()!= "textarea") { ret... 阅读全文
posted @ 2009-05-08 13:49 韩显川 阅读(179) 评论(0) 推荐(0)
浙公网安备 33010602011771号