- 2
- 0
- 约1.58千字
- 约 12页
- 2018-02-04 发布于河北
- 举报
网页代码设计技巧系列之---title变化特效
脚本说明:把如下代码加入区域中SCRIPT LANGUAGE=JavaScript!-- Beginvar message = new Array();// Set your messages below -- follow the pattern.// To add more messages, just add more elements to the array.message[0] = 欢迎光临网络编程资源站;message[1] = 这里有javascript;message[2] = flash,asp;message[3] = 图片和背景等;message[4] = 非常多的资源;message[5] = 你一定会有所收获的; message[6] = 欢迎你再次光临;message[7] = ;// Set the number of repetitions (how many times the arrow// cycle repeats with each message).var reps = 2;var speed = 60; // Set the overall speed (larger number = slower action).// DO NOT EDIT BELOW THIS LINE.var p =
原创力文档

文档评论(0)