2009年5月8日

屏蔽标签的划选

摘要: 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)

导航