[b]bro all[/b]
yg ini copas dmana???
[spoiler]<!--//
//Arrow Head title- By Dynamic Drive
//Based on status bar script by Jason Rex (wonil4@hotmail.com,
http://www.syred.net)
//Visit
http://www.dynamicdrive.com for full source code
//change title text to your own
var titletext="]-[ "+pageViewerFName+" ]-["
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
document.title = titletext;
setTimeout("anim()",1);
}
thetext = titletext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==7) {step=1}
if (step==1) {document.title='E_L_L_O______H_'+thetext+'!'}
if (step==2) {document.title='L_L_O______H_E_'+thetext+'!'}
if (step=
) {document.title='L_O______H_E_L_'+thetext+'!'}
if (step==4) {document.title='O______H_E_L_L_'+thetext+'!'}
if (step==5) {document.title='_____H_E_L_L_O_'+thetext+'!'}
if (step==6) {document.title='___H_E_L_L_O___'+thetext+'!'}
if (step==6) {document.title='_H_E_L_L_O_____'+thetext+'!'}
setTimeout("anim()",200);
}
if (document.title)
window.onload=onload=welcometext
// -->[/spoiler]
trus misalnya q udh punya ini
[spoiler]//marquee status bar atas
<!--//
function tb10_makeArray(n){
this.length = n;
return this.length;
}
tb10_messages = new tb10_makeArray(1);
tb10_messages[0] = "Met Dateng di Profil Oby";
tb10_rptType = 'infinite';
tb10_rptNbr = 5;
tb10_speed = 100;
tb10_delay = 2000;
var tb10_wiper
var tb10_space="Jangan Lupa Ngirim Testy ya"
var tb10_currMsg=0;
var tb10_counter=1;
var tb10_index=0
tb10_main()
function tb10_main()
{
document.title=tb10_messages[tb10_currMsg].substring(0,tb10_index)
tb10_index++
if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){setTimeout('tb10_reset_clear()',tb10_delay);}
else{setTimeout('tb10_main()',tb10_speed)}
}
function tb10_reset_clear()
{
tb10_index=0
tb10_wiper=""
for(var a=0;a<tb10_messages[tb10_currMsg].length;a++){tb10_wiper+=tb10_space}
tb10_clearem()
}
function tb10_clearem()
{
document.title=tb10_wiper.substring(0,tb10_index) + "->" + tb10_messages[tb10_currMsg].substring(tb10_index+2,tb10_messages[tb10_currMsg].length)
tb10_index++
if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){
if (tb10_currMsg == tb10_messages.length-1){
if ((tb10_rptType == 'finite') && (tb10_counter==tb10_rptNbr)){
document.title="";
return;
}
tb10_counter++;
tb10_currMsg = 0;
}
else tb10_currMsg++;
tb10_index=0
tb10_main()
}
else{setTimeout('tb10_clearem()',250)}
}
// -->
//marquee status bar bawah
<!--//
function doClock() {
window.setTimeout( "doClock()", 1000 );
today = new Date();
self.status = today.toString();
}
doClock()
// -->
[/spoiler]
perlu dihapus gak???
tolong djwab...
thnks...