mas template

การห้ามผู้ชมเลือกเนื้อหาเพื่อคัดลอก

{[['']]}

การห้ามไม่ให้ผู้อ่านใช้เมาส์ลากคลุมเนื้อหาในบล็อก (Disable Highlight Text Selection) เพื่อให้บทความถูกคัดลอกได้ยากยิ่งขึ้น มีวิธีการดังนี้

ขั้นตอนที่ 1. เข้าสู่บล็อกแล้วเลือกที่ 'การออกแบบ > องค์ประกอบของหน้า'

ขั้นตอนที่ 2. ให้เลือกเพิ่ม Gadget แบบ 'HTML/จาวาสคริปต์'

ขั้นตอนที่ 3. คัดลอกโค้ดด้านล่างนี้ใส่ลงไปในช่อง และกดบันทึกก็เสร็จแล้ว
<script type="text/javascript">

/***********************************************
* Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//form tags to omit in NS6+:
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>



นอกจากนี้สามารถห้ามผู้ชมคลิกขวาในบล็อกได้ด้วยโดยทำตามลิงก์นี้ครับ
http://tip.maxlayout.com/2010/04/blogger.html


Credit: http://www.zenplate.blogspot.com/2009/04/disable-highlight-text-on-blogger.html

Share to friend :

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2013. KIP Thai - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger