Disable Right Click
Tuesday, July 16, 2013 | 0
comments

"I don't wan't anyone to take something in my blog. How to disable right click?"
1. Dashboard > Template > Edit Html
2. Press ctrl + f and find <head> code.
3. Then, copy this code and paste under the <head> code. Get it?<script language=JavaScript><!--//Disable right mouse click Script//By Dynamicdrive (renigade@nsimail.com)//For full source code, visit http://www.dynamicdrive.comvar message="";///////////////////////////////////function clickIE4(){if (event.button==2){return false;}}function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){return false;}}}if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}document.oncontextmenu=new Function("return false")// --></script>
4. Preview then save!
Good luck :)


Post a Comment
• Any questions/ requests/ advices?
• Please leave some comments after read my post^^
• No harsh words please my dear 💖
• Thanks for read my post, hope useful 😊