Nah kalo dulu udah saya kasih tau cara untuk larangan klik kanan mouse pada blog
Sekarang saya akan ngasih tau cara untuk larangan klik keyboard pada blog
Gak pake lama langsung aja ke TKP
wiehh kaya OVJ aja
hehehe
-Masuk Ke akun Blog loe (kalo gak punya ya gak usah)
- Rancangan- Elemen laman
- Tambah Gadget
- HTML/Javascript
- Tulis kode ini :
<SCRIPT LANGUAGE="JavaScript">
<!--
function OK() {
document.formular.field.value = "ok";
alert("Thank you for your acceptance!");
self.close();
}
function SetToNull() { // First Netscape-Fix
document.formular.field.value = "";
}
function LoadAgain() {
if (document.formular.field.value == "") {
now=new Date(); //Second Netscape-Fix
b = window.open(self.location, 's'+now.getTime(), "width=400,height=200,location=0,menubar=0,personalbar=0,status=0");
b.focus();
}
}
function NoKeys(e) {
var message = "TULIS PESAN DISINI";
if (window.Event) {
if ((e.which)||(e.modifiers & Event.CONTROL_MASK|Event.META_MASK))
alert(message);
return false;
}
else if((event.altKey)||(event.shiftKey)||(event.ctrlKey)||(event.keyCode))
alert(message);
return false;
}
if (window.Event) {
document.captureEvents(Event.KEYDOWN)
}
document.onkeydown = NoKeys;
//-->
</script>
- Selesai ( Jangan lupa di save )
You Are Reading
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar