[quote=achmadmuadzin]tulung ya bro
[/quote]
coba yg ini pindahin jdi paling bawah bro
[spoiler]//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit
http://www.dynamicdrive.com
var message="Eitz mau ngapain klik² kanan? please don't right click ok!!!";
///////////////////////////////////
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=
){
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")[/spoiler]
[quote=achis]klo ga keberatan tolong editin ya...
trus klo masih berkenan tolong tambahin no right klik sama yg harus pake mozilla[/quote]
coba yg ini
[quote]function glossit(){
flow=document.getElementById('flo_wrapper');
var elements = flow.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="glossy iradius50";
i++;
}
}setTimeout("glossit()",2995);[/quote]
yg tpat di atasnya ini
[quote]/**********************************
* TOOLTIPS *
* Sumber :
http://www.swazz.org/ *
***********************************/[/quote]
di apus..
[hr][hr][hr]
ini code no right click taruh d bagian C
[spoiler]function leRenOdul()
{if (document.all)
{return false;
}
}
function ciCinGlah(e)
{if (document.layers || (document.getElementById && ! document.all))
{if (e.which == 2 || e.which == 3)
{return false;
}
}
}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = ciCinGlah;
}
else
{document.onmouseup = ciCinGlah;
document.oncontextmenu = leRenOdul;
}
document.oncontextmenu = new Function("return false");[/spoiler]
dan ini code yg harus make mozzila taruh d bagian A
[spoiler]if (navigator.appName == "Microsoft Internet Explorer") {
alert('Please use mozzila firefox to view my profile')
document.location = "http://www.friendster.com";
}[/spoiler]
Last edited by Co_don SanAdH (2008-09-10 15:39:01)