最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

禁止IE用右鍵的JS代碼

 更新時間:2013年12月30日 14:56:59   投稿:shangke  
這篇文章主要介紹了禁止IE用右鍵的JS代碼,有需要的朋友可以參考一下

復(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>

相關(guān)文章

最新評論

格尔木市| 莒南县| 文山县| 屯门区| 金门县| 贵溪市| 岢岚县| 通渭县| 锡林郭勒盟| 临邑县| 长海县| 宁陕县| 藁城市| 温泉县| 望谟县| 隆德县| 汶川县| 合江县| 页游| 嘉兴市| 文登市| 大石桥市| 永昌县| 孟连| 广德县| 通江县| 怀柔区| 苏尼特右旗| 拉孜县| 元氏县| 江永县| 石首市| 闸北区| 通化县| 任丘市| 龙井市| 吉林省| 台中市| 长顺县| 西乌| 西青区|