国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

禁止IE用右鍵的JS代碼

2019-11-20 21:20:52
字體:
供稿:網(wǎng)友

復(fù)制代碼 代碼如下:

<!--禁止網(wǎng)頁右鍵: -->

document.body.oncontextmenu=function rightClick(){ window.event.returnValue= false;}

<!--禁止網(wǎng)頁另存為: -->
<noscript><iframe src=*.html></iframe></noscript>

<!-- 禁止選擇文本: -->
<script type="text/javascript">

var omitformtags=["input", "textarea", "select"]

omitformtags=omitformtags.join("|")

function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}

function reEnable(){
return true
}

if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>

<!-- 禁用右鍵: -->
<script>
function stop(){
return false;
}
document.oncontextmenu=stop;
</script>

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 泰顺县| 郯城县| 三亚市| 屯昌县| 绥江县| 杭州市| 海阳市| 拜泉县| 乐安县| 德令哈市| 原平市| 宜州市| 博白县| 霍邱县| 山东| 响水县| 周口市| 唐海县| 武城县| 抚远县| 临邑县| 纳雍县| 宁都县| 江口县| 南召县| 棋牌| 洱源县| 越西县| 磐安县| 嘉义市| 大竹县| 博湖县| 赤壁市| 大宁县| 武隆县| 凌云县| 南平市| 大悟县| 拉孜县| 南木林县| 元朗区|