因為繞了圈後台管裡似乎沒有鎖右鍵功能?!
因此搜尋一下,發現有個簡單好用的辦法(對能破解的還是很easy啦!)
防君子不防小人,以下--
- 首先,到管理後台的『範本』→『HTML』,接著搜尋</head>
- 在</head>的前一行插入以下程式碼:
<script type="text/javascript">
document.oncontextmenu = function(){return false;}
document.onselectstart = function(){return false;}
document.onmousedown = function(){return false;}
</script>
最後,附上來源:http://0800happy.com/archives/2835
2 留言
感謝您的轉載,謝囉!
回覆刪除讚~
回覆刪除