แสดงบทความที่มีป้ายกำกับ ลากแถบดำ แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ ลากแถบดำ แสดงบทความทั้งหมด

วันเสาร์ที่ 27 กุมภาพันธ์ พ.ศ. 2559


1.โค้ดห้ามลากดำ+ห้าม ctrl+A,C ในโค้ดเดียว
<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

2.โค้ดห้ามคลิกขวา
ถ้าต้องการให้คลิกขวาเป็นข้อความอะไรให้เปลี่ยนตรง 'Sorry, Don't copy';
<script language=JavaScript>
<!--
var message="Sorry, Don't copy";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --> 
</script>

3.โค้ดห้ามคลิกขวา
ไม่ให้ปรากฏข้อความใดๆ
<script language=JavaScript>
<!--
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --> 
</script>

Comment

เรื่องเล่าโพสเมื่อ

ขับเคลื่อนโดย Blogger.

Popular Posts

Contact Us

ถ้าข้อความใดไม่ถูกต้องแจ้งได้ที่
Mail : mbkrattanakorn@gmail.com