Posts

Disable Copy Paste Blogspot

Log masuk ke blogger >Layout >Add Gadget >HTML / Javascript kemudian copy & paste kod javascript dibawah. Bagaimana ia berfungsi? Jika anda klik kanan pada laman web, mesej akan muncul pada skrin mengatakan "fungsi disabled". Jika anda ingin mengubah mesej anda sendiri seperti "...Sorry!!!No Copy/paste." dilarang copy/paste, mengikut kesesuaian mesej anda dan"funtion dimatikan" teks dengan mesej anda sendiri dalam kod Javascript. Disable right click on your whole blog (Step 1) 👉Disable right click mouse function) Sila copy & paste kod dibawah :👇 <script language=JavaScript> <!-- //Disable right mouse click Script //By Being Geeks //For full source code, visit https://akupakarblog.blogspot.com var message=" ... Sorry!!!No Copy/paste . "; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&