Mencegah Klik Kanan
Tambahkan kode javascript berikut ini diantara tag dan halaman web Anda untuk mendisable klik kanan.
Kode HTML:<script language="JavaScript"> <!-- var popup="Sorry ya !!!\n\nThis Site Copyright ©2000"; function noway(go) { if (document.all) { if (event.button == 2) { alert(popup); return false; } } if (document.layers) { if (go.which == 3) { alert(popup); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // --> </script>




LinkBack URL
About LinkBacks


Reply With Quote

Bookmarks