1 số blog trang chuyên về tin tứ muốn giữ độc quyền những bài viết độc quyền cho riêng mình nhưng ko thể nào ngăn chặn được việc đó..hôm nay mình sẽ hướng dẫn các bạn 1 mẹo nhỏ giúp các bạn hạn chế được phần nào về vấn nạn này...
Thêm 1 tiện ích HTML/Javascript và dán đoạn code sau đây vào.
<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>
/***********************************************
* 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://xitin360.blogspot.com/2009/06/ko-cho-boi-en-tren-blog.html
0 comments