Zoom In

NotinNN3,O6.03

ToFILE
i=0;
function mZm(){
TI=setTimeout('mZm()',[2]);
i++;
if(i>[3]){clearTimeout(TI);return}
msg='<span style=\"font-size:'+i+'pt"\><nobr>[1]<\/nobr><\/span>';
if(document.layers){
with(document){
LY1.document.open();
LY1.document.write(msg);
LY1.document.close()
}
}
if(document.all)LY1.innerHTML=msg;
if(document.getElementById&&!document.all)document.getElementById('LY1').innerHTML=msg; }

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

ToBODY
<BODY onLoad="mZm()" onUnload="clearTimeout(TI)">
<SPAN ID="LY1" STYLE="position:absolute"></SPAN>

RESERVED
TI,i,msg

[1]-拡大したい文字列を入力して下さい。
 タグを使うことも出来ます。
 ただし、終了タグの/の手前には\を付けておいてください。

[2]-拡大していくスピードを入力して下さい。
 単位は1/1000秒です。

[3]-拡大後の文字列の大きさを指定してください。
 単位はptです。


[BACK]       [TOP]       [Next]

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