1. Vào Template chèn đoạn code sau phía trên thẻ </head>
<script type="text/javascript" src=" https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js "></script> <script type="text/javascript"> jQuery(document).ready(function() { var ctrlDown = false; var ctrlKey = 17, vKey = 86, cKey = 67; jQuery(document).keydown(function(e) { if (e.keyCode == ctrlKey) ctrlDown = true; }).keyup(function(e) { if (e.keyCode == ctrlKey) ctrlDown = false;}); jQuery(document).keydown(function(e) {if (ctrlDown && e.keyCode == cKey) { alert('Ghi nguồn "www.dvt.com.vn" khi bạn coppy đăng lại bài viết từ trang này.'); } return true; }); });</script>
Không có nhận xét nào:
- Nội dung nên liên quan tới bài viết.
- Hãy đóng góp ý kiến của bạn để Blogger Việt hoàn thiện hơn.