wlcm

Tuesday 22 May 2012

marquee blog !

hey guys !
ney lark marque blog ,
kasi gerak name . .

edit HTML/JavaScript . .
paste jerr . . . .
direction moving suker ati korunk . !
pun bole paste laa . .
juz tuka namer jer . .

contoh : )

<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="down" width="100%" height="100" align="center">joyfulroselle Blog™</marquee>

gudluck ! !

moving tab browser !

salam . !
ari ney kiter tutor sal moving tab browser oke . ?
alaa . y gerak  gerak kt blog ney . . .
lau na , try laa (:

1. log in blog .
2. menu > edit HTML
3. cari code <head> , then paste code kat bawah ney :


<script type='text/javascript'>
//<![CDATA[
msg = "Text 2";
msg = "Text 1" + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();
//]]>
</script>

tukar  Text 1 dan Text 2 aper y korunk suker taw . !

gud luck (:

disable right click !

helo blogger . !
today i wana shared how to disable right click . . (:
bukan aper , tana blog di copy paste jer . .
tapi ney pun jz accessory blog jer . . !
lau na , copy jer laa . .
copy paste jer kt add gadget >> HTML / JavaScript :



<script>
function disableRightClick(e)
{
var message = "Sorry, right click disabled on http://joyfulroselle.blogspot.com/";
if(!document.rightClickDisabled) // initialize
{
if(document.layers)
{
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = disableRightClick;
}
else document.oncontextmenu = disableRightClick;
return document.rightClickDisabled = true;
}
if(document.layers || (document.getElementById && !document.all))
{
if (e.which==2||e.which==3)
{
alert(message);
return false;
}
}
else
{
alert(message);
return false;
}
}
disableRightClick();</script>



font blue kaler tu tuka ngn wordx y korunk na k .
try laa . . (: