Hướng dẫn :
1. Đăng nhập vào blog rồi vào Template chọn chỉnh sửa HTML.
2. Sao chép đoạn code này dán vào trước thẻ đóng
</body>
:
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
3. Lưu lại và xem thử.
{ 0 comments... read them below or add one }
Post a Comment