欢迎来到福编程网,本站提供各种互联网专业知识!

通过脚本控制指定内容不能被选择

发布时间:2007-02-07 作者: 来源:转载
其它例子:复制代码代码如下:disableSelection(document.body)//disabletextselectiononentirebodyofpagevarsomediv=document.getElementById("mydiv")disableSelection(somediv)//disabletextselectionwithinDIVwithid="mydiv"varalltables=do
其它例子:

复制代码 代码如下:

disableSelection(document.body)//disabletextselectiononentirebodyofpage


varsomediv=document.getElementById("mydiv")
disableSelection(somediv)//disabletextselectionwithinDIVwithid="mydiv"


varalltables=document.getElementsByTagName("table")
for(vari=0;idisableSelection(alltables[i])//disabletextselectionwithinalltablesonthepage


[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]

相关推荐