//Make Love Like Rainbow

Bonjour!
Annyeong !


Annyeong Rainbow(s) . Welcome to my Wonderland . I'm Hurul Aini , the owner of this Blog . Be nice here and leave your footprints at my Tagboard . Khamsahamnida .



Tagboard
Leave Your Footprints Here !



NO CBOX
Music
Sing - A - Song !



Credits
Big Claps


Template by Farah Dini
Basecodes by Nurul AtiQah
Edited by YOUR NAME
Header by Ira
Others:

-------------------------------- Copyright© by Farah Dini 2011-2012 --------------------------------
Tutorial #1 : Disable Right Click (With Alert Message)
Assalammualaikum readers . Hmm , Hurul buat tuto nih nak tolong korang . Atau sesiape yang tak pandai . Tuto nih telah diajar oleh cousin Hurul iaitu NuRuL LiyaNa & Merujuk Kak Lyssa . Yang code tu Hurul rujuk kat Kak Lyssa sebab tak ingat codenya. Thanks Yana & Kak Lyssa. Baiklah Jalan Ceritanya Start Di Sini .

1. Dashboard > Design > Click Add A Gadget > Cari HTML/Javascript and Click It

2. Copy code kat bawah ni . Kalau tak boleh , tekan Ctrl + C Serentak .

<script language=JavaScript>
<!--

//edit by unwanted


var message="No Copy Please !";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
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("alert(message);return false")

// -->
</script>

So , dah copy ? Pastekan kat HTML tadi . And kalau korang nak tukar ayat sendiri , just tulis ayat sendiri dekat warna pink tu . So , thanks sebab korang sudi melihatnye !