- Code:
<html>
<head><script language="Javascript">
<!-- This is the Button with the typewritter text
var max=0;
function textlist()
{
max=textlist.arguments.length;
for (i=0; i<max; i++)
this[i]=textlist.arguments[i];
}
tl=new textlist
(
// Change these with your own text, you can add as many as you want
"lời chào thứ 1",
"thứ 2",
"thứ 3"
);
var x=0; pos=0;
var l=tl[0].length;
function typebutt()
{
document.form1.typebutt.value=tl[x].substring(0,pos)+"";
if(pos++==l)
{
pos=0;
setTimeout("typebutt()",200);
x++;
if(x==max)
x=0;
l=tl[x].length;
} else
setTimeout("typebutt()",50);
}
// end -->
</script>
<title>JavaFILE</title>
<base target="leftframe">
</head>
<body BGCOLOR="#ffffff" link="#CC0033" vlink="#333399" alink="#FF0000" onLoad="typebutt()">
<!--content start-->
<table WIDTH="96%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
<tr>
<td WIDTH="100%"><font FACE="ARIEL,HELVETICA" SIZE="-1"><p align="left"></font>
<p align="center"></font><font
FACE="ARIEL,HELVETICA" SIZE="-1"></p>
<form name="form1" action="nhập link đến diễn đàn của bạn">
<div align="center"><center><p><input type="submit" name="typebutt" VALUE="Submit"> <br>
</font></p>
</center></div>
</form>
</td>
</tr>
</table>
<!--content stop-->
</body>
</html>
Hãy đăng kí để là thành viên của Tàng Kiếm Sơn Trang
Chúc bạn có những giây phút vui vẻ và hữu ít!
Join the forum, it's quick and easy