http://oxtag.com/html/ex/texts-big.html


<html>
<head>
<title>♡ 카멜롯™의 소스천국 태그피아 ♡</title>
<Script Language="Javascript">
<!-- Hiding
/* Script by Lefteris Haritou
 Copyright   998
 http://www.geocities.com/~lef
 This Script is free as long
 as you keep the above credit !
*/
bname=navigator.appName;
bversion=parseInt(navigator.appVersion)
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){
if (bname=="Netscape"){
brows=true
del=40
}
else{
brows=false
del=90
}
var msg=0;
var z=0;
var timer1;
var message= new Array();
var color= new Array();
var values= new Array('-6','-5','-4','-3','-2','-1','+1','+2','+3','+4','+5','+6')

// Put here your own messages. Add as many as you wan't (Do not edit anything else in the Script except the lines below)

message[0]='TAGPIA'
color[0]='yellow'

message[1]='Welcome To Oxtag'
color[1]='lime'

message[2]='아름다운 사람들이'
color[2]='red'

message[3]='있는 곳'
color[3]='pink'

message[4]='http://oxtag.com'
color[4]='blue'

message[5]='환영합니다.'
color[5]='white'

// Put here your own messages. Add as many as you wan't (Do not edit anything else in the Script except the lines above)


function doit(){
if(z<values.length){
if (brows){
document.layers['text'].document.writeln('<P Class="main" Align="Center"><font color="'+color[msg]+'" size="'+values[z]+'" face="Arial"><NOBR>'+message[msg]+'</NOBR></font></P>')
document.layers['text'].document.close();
}
else{
text.innerHTML='<Pre><P Class="main" Align="Center"><font color="'+color[msg]+'" size="'+values[z]+'" face="Arial"><NOBR>'+message[msg]+'</NOBR></font></P></Pre>'
}
z++;
timer1=window.setTimeout('doit()',del)
}
else
chg()
}

function stop(){
window.clearTimeout(timer1);
for (x=0; x<2000; x++){}
}

function chg(){
if (brows){
document.layers['text'].document.writeln('')
document.layers['text'].document.close();
}
else
text.innerHTML='';
if(msg<message.length-1){
msg++;
}
else
msg=0;
z=0;
doit()
}
}

// done hiding -->
</Script>

<BODY BGCOLOR="#000000" onLoad="doit()" onunload="stop()" align="center">
<Div id="text" style="position: absolute; left: 157px; top: 73px; width: 457px; height: 25px"> </div>


</body>
</html>

Posted by 알 수 없는 사용자
,