欧美日韩一区二区三区四区不卡,日韩欧美视频一区二区三区四区,久久精品欧美一区二区三区不卡,国产精品久久久乱弄

咨詢電話:186 7916 6165 咨詢電話:186 7916 6165 (微信同號)    在線QQ:181796286
NEWS BLOG ·
學無止境
關注開優網絡 關注前沿
JS 退出系統并跳轉到指定頁面
沒有了

js屏蔽瀏覽器右鍵菜單,粘貼,復制,剪切,選中

發表日期:2021-05-28    文章編輯:南昌開優網絡    瀏覽次數:3131    標簽:

<script type="text/javascript">
//屏蔽右鍵菜單
document.oncontextmenu = function (event){
	if(window.event){
		event = window.event;
	}try{
		var the = event.srcElement;
		if (!((the.tagName == "INPUT" && the.type.toLowerCase() == "text") || the.tagName == "TEXTAREA")){
			return false;
		}
		return true;
	}catch (e){
		return false; 
	} 
}

//屏蔽粘貼
document.onpaste = function (event){
	if(window.event){
		event = window.event;
	}try{
		var the = event.srcElement;
		if (!((the.tagName == "INPUT" && the.type.toLowerCase() == "text") || the.tagName == "TEXTAREA")){
			return false;
		}
		return true;
	}catch (e){
		return false;
	}
}

//屏蔽復制
document.oncopy = function (event){
	if(window.event){
		event = window.event;
	}try{
		var the = event.srcElement;
		if(!((the.tagName == "INPUT" && the.type.toLowerCase() == "text") || the.tagName == "TEXTAREA")){
			return false;
		}
		return true;
	}catch (e){
		return false;
	}
}

//屏蔽剪切
document.oncut = function (event){
	if(window.event){
		event = window.event;
	}try{
		var the = event.srcElement;
		if(!((the.tagName == "INPUT" && the.type.toLowerCase() == "text") || the.tagName == "TEXTAREA")){
			return false;
		}
		return true;
	}catch (e){
		return false;
	}
}

//屏蔽選中
document.onselectstart = function (event){
	if(window.event){
		event = window.event;
	}try{
		var the = event.srcElement;
		if (!((the.tagName == "INPUT" && the.type.toLowerCase() == "text") || the.tagName == "TEXTAREA")){
			return false;
		}
		return true;
	} catch (e) {
		return false;
	}
}
</script>
主站蜘蛛池模板: 舞钢市| 封开县| 吉林市| 新沂市| 兴安县| 阿尔山市| 土默特右旗| 吴忠市| 泾阳县| 称多县| 漯河市| 永泰县| 水城县| 阳谷县| 皮山县| 公安县| 扎赉特旗| 勐海县| 庆安县| 荥阳市| 河北省| 张家港市| 宁蒗| 通河县| 遂溪县| 乡城县| 云林县| 行唐县| 图片| 石家庄市| 昌吉市| 罗江县| 威信县| 公安县| 绥滨县| 太白县| 洪江市| 黄骅市| 泸西县| 涞源县| 武汉市|