You are viewing a post by jujum. View all 25607 posts in Bagi para member yang ingin bertanya seputar tweaking FS. Silahkan bertanya dan posting disini. Sebelum itu harap membaca dan mengikuti [url=http://theftalk.com/t23371-FORUM-RULES.html][b]FORUM .
[spoiler][quote]//NO RIGHT CLICK
var msg ="[b]Kok Kamu iseng sih!!Balik Ke Rumah aJa Deh Kamu!![/b]"
function noRclick( event )
{
if( event.which == 3 )
{
alert( msg );
return false;
}
return true;
}
function noRclick2()
{
alert( msg );
top.location.href = "[b]http://www.friendster.com[/b]";
return false;
}
document.oncontextmenu = noRclick2;
document.captureEvents( Event.MOUSEDOWN );
if( document.layers ) document.onmousedown = noRclick;[/quote]
[/spoiler]
silakan dicoba... 