[quote=ariebank]hallo semua...
gimana cara'nya klo no klik kanan,,,trus masuk k'testial comment..
pleas bantu'annya ya..
hhheeeellllllppp mmmmeeeee:crybaby:
[/quote]
pake ini bro taruh d bagian C
[spoiler]var msg = "[color=#ff0000]KATA KATA KAMU[/color]";
function clickIE4()
{if (event.button == 2)
{alert(msg);
return false;
}
}
function clickNS4(e)
{if (document.layers || document.getElementById && ! document.all)
{if (e.which == 2 || e.which == 3)
{alert(msg);
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(msg);top.location.href = '
http://www.friendster.com/comments.php?uid="+pageOwnerID+"';return false");[/spoiler]
edit yg d merahin
Last edited by Co_don SanAdH (2008-07-22 14:27:28)