[quote=tyohara]salam knal..hhe
knapa status bar message, page title, cant klik kanan, welcome n goodbye alert nya ga jalan??
ada yg tau code buat bikin banner diatas & code buat ganti logo fs?
ney code css ku mas, ak pake mozilla..[/quote]
u/ mozila harus dari JS
weleh.....!!!!!!!!!!!!!!!!!!
nih status bar
[spoiler]var shout = "<div align=\"left\" id=\"tw\"><br></div>";
document.getElementById('cpShoutoutBox').innerHTML = "<div>"+shout+"</div>";
// EDIT BAGIAN INI
var content = "KATA-KATA KAMU";
function twDisplayTW() {twDisplay('tw',content,0);}
loaded('tw',twDisplayTW);
var brk = '~';
var resetTime = 1;
// JANGAN EDIT BAGIAN INI
function twDisplay(id,content,num) {
var delay = 140;
if (num <= content.length) {
var lt = content.substr(0,num);
document.getElementById(id).innerHTML = lt.replace(RegExp(brk,'g'),'<br \/>');
num++; if (num > content.length) delay = resetTime * 1000;
}
else
{
document.getElementById(id).innerHTML = ''; num = 0;
}
if (delay > 0) setTimeout('twDisplay("'+id+'","'+content+'","'+num+'")',delay);
}
var pageLoaded = 0; window.onload = function() {pageLoaded = 1;};
function loaded(i,f) {
if (document.getElementById && document.getElementById(i) != null) f();
else if (!pageLoaded) setTimeout('loaded(\''+i+'\','+f+')',100);
}[/spoiler]
no klik right
[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="Dilarang Melakukan Aktifitas yang tidak berguna";
///////////////////////////////////
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]
alert
[spoiler]alert("hai "+pageViewerFName+" Pie Kabare Toh....!!!!!!!!!! Ojo sue-sue ke susu" );
//GOOB BYE ALERT
function goodbye(){
alert(' Weleh'+parent.pageViewerFName+' Cepet banget sih keluarnya..');
}
parent.window.onunload=goodbye;[/spoiler]
Last edited by anti_teror (2008-10-10 09:15:21)