pasha !!!!
nich kode na bro
[quote=arcatari]klo soal welcome alert..
nech kodenya,,,
Code:
alert('WELCOME TO MY PROFILE');
klo untuk anti klik kanan neh kodenya
Code:
//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="DILARANG KLIK KANAN";
///////////////////////////////////
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")
simpan kedua kode itu di JS kamu di bagian A[/quote]
[quote=dhanie_lim]
y4sir
bro kira2 apa ya yg bikin berat fs ku nih??? FS sering null[/quote]
bro baca [url=http://theftalk.com/t39857-%5BTUTORIAL%7D-Menghilangkan-Multiple-JS-Loading-Pada-On-Error-Linker.html]ksini[/url] ajah klo mw lebih jelas
Last edited by y4sir (2008-08-18 14:29:36)