找回密码
 立即注册
搜索
查看: 1574|回复: 1

在有活动我也要去一下呵!!!叫上我吧!

[复制链接]

20

主题

39

回帖

222

积分

大学生

积分
222
发表于 2007-1-16 01:37:45 | 显示全部楼层

在有活动我也要去一下呵!!!叫上我吧!

<SCRIPT language=JavaScript>
<!--
text = "這麽長時間我還沒有去過呢";
color1 = "red";
color2 = "blue";
fontsize = "3";
speed = 100; //(1000 = 1 秒)
i = 0;
if (navigator.appName == "Netscape") {
document.write("<layer id=a visibility=show></layer><br><br><br>");
}
else {
document.write("<div id=a></div>");
}
function changeCharColor() {
if (navigator.appName == "Netscape") {
document.a.document.write("<center><font face=arial ><font color=" + color1 +
">");
for (var j = 0; j < text.length; j++) {
if(j == i) {
document.a.document.write("<font face=arial color=" + color2 + ">" + Text.charAt(i) + "</font>");
}
else {
document.a.document.write(text.charAt(j));
}
}
document.a.document.write('</font></font></center>');
document.a.document.close();
}
if (navigator.appName == "Microsoft Internet Explorer") {
str = "<font face=arial><font color=" + color1 + ">";
for (var j = 0; j < text.length; j++) {
if( j == i) {
str += "<font face=arial color=" + color2 + ">" + text.charAt(i) + "</font>";
}
else {
str += text.charAt(j);
}
}
str += "</font></font>";
a.innerHTML = str;
}
(i == text.length) ? i=0 : i++;
}
setInterval("changeCharColor()", speed);
-->
</SCRIPT>

[ Last edited by 終極時尚 on 2007-1-16 at 01:39 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
回复

使用道具 举报

15

主题

641

回帖

2285

积分

博士生

天使国公主

积分
2285
QQ
发表于 2007-1-17 15:54:54 | 显示全部楼层
沙发怎么没有人做啊
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|京城网 ( 京ICP备05059162号 )

GMT+8, 2024-11-25 00:24

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表