<script lanuage="JavaScript">
var count = -1;
var counter;
var nchar
var speedtogo = 200
var a = new Array();
a[1] = "网页特效Q291911320欢迎你的光临";
a[2] = "";
function capswitch() {网页特效小人源码
count++
if(count == 0){
document.wow.display.value = a[1]
}
if(count == 1){
document.wow.display.value = a[2].substring(0, 1) +
a[1].substring(20, 1)
}
if(count > 1){
a[3] = a[1].substring(0, count - 1) + a[2].substring(count - 1,
count) + a[1].substring(20, count)
document.wow.display.value = a[3]
}
if(count == a[1].length){
count = -1
}
counter = setTimeout("capswitch()",speedtogo);
}
</script>
<form name="wow">
<input type="text" size="20" name="display" value="">
</form>
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论