<style>
body {
-moz-user-select : none;
}
</style>
<script>
document.oncontextmenu=function(e){return false;}
window.onload = function(){
document.body.onmouseup = function (){document.selection.empty();};
document.body.oncontextmenu = function () {return false;};
document.body.onselectstart = function () {return false;};
document.body.onselect = function () {document.selection.empty()};
}
</script>
发表于 @ 2009年06月16日 15:33:00 | 评论( loading... ) | 举报| 收藏