Colorful Entering

サンプル
ToFILE
cnt=0;
CO=new Array();
CO[0]='#[1]';CO[5]='#[1]';
CO[1]='#[1]';CO[6]='#[1]';
CO[2]='#[1]';CO[7]='#[1]';
CO[3]='#[1]';CO[8]='#[1]';
CO[4]='#[1]';CO[9]='#[1]';
function bc(){
TI=setTimeout('bc()',[3]);
if(window.opera)document.body.style.backgroundColor=CO[cnt];
else document.bgColor=CO[cnt];
cnt++;
if(cnt>8){
clearTimeout(TI);
if(window.opera)document.body.style.backgroundColor='#[2]';
else document.bgColor='#[2]';
}
}

ToBODY
<BODY onLoad="bc()" onUnload="clearTimeout(TI)">

ToHEAD
<SCRIPT SRC="sta.js" LANGUAGE="JavaScript" TYPE="text/javascript"></SCRIPT>

RESERVED
cnt,CO,TI

[1]-お好きな色を6桁のRGBで入力して下さい。

[2]-フェードイン後の色を6桁のRGBで入力して下さい。

[3]-色を移りかえるスピードを入力して下さい。
 単位は1/1000秒です。


[BACK]       [TOP]       [Next]

Copyright (c) 2001-2002 ばあど All Rights Reserved