Bạn hãy thử làm thao tác bôi đen các đoạn text trên bài viết này để thấy tác dụng của script. Để làm được điều này, bạn hãy thực hiện theo các bước sau đây:
Bước 1: Vào giao diện blog --> Thiết kế --> chỉnh sửa HTML.
Bước 2: Tìm thẻ </body>. Chèn đoạn code sau vào trước nó:
- <script type='text/javascript'>
- 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>
Sau cùng lưu Template.
{ 0 comments... read them below or add one }
Post a Comment