Jika ingin menonaktifkan (disable) klik kanan mouse web/blog yang anda miliki, dengan tujuan untuk mencegah seseorang mengambil gambar atau melihat kode html/javascript, maka anda dapat menggunakan simpel JavaSript di bawah ini.
Code JavaScript disable klik kanan mouse.
[jscript]
<script language="JavaScript">
var message="Hak cipta milik \"Nama Anda\". Dilarang menyalin sebagian atau seluruh isi konten";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if...
Link 2 My Blog
If you find this blog useful or feel it would be useful to link from your blog or website, I would be extremely appreciative if you place this hyperlink code below to your site.
<a href="http://linggihnote.blogspot.com/" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjx3jAGDB9ZDuc1ODWdIK3SPJBeIZF71xHZRwJSucIeJoSXiC3L7UmGUVaWIcT8O_e-5ulL1UykmZF8lH6H-k49Nc0-zNFVHE7T75Aj1vrqutqV8PwjjL1TvFsCAoiCjaoPIBv7IyreXpKR/s1600/Logo_Icon.png" /></a> |
Recent Posts |