实现Title动态效果JS脚本
实现Title动态效果JS脚本
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="JavaScript">
step=0
function flash_title()
{
step++
if (step==3) {step=1}
if (step==1) {document.title=http://homepage.yesky.com}
if (step==2) {document.title=☆★☆<a href="http://www.zxroom.net/" class="bluekey" target="_blank">摘星网络</a>临沂网站建设☆★☆}
setTimeout("flash_title()",1000);
}
flash_title()
</script>
</head>
<body>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="JavaScript">
step=0
function flash_title()
{
step++
if (step==3) {step=1}
if (step==1) {document.title=http://homepage.yesky.com}
if (step==2) {document.title=☆★☆<a href="http://www.zxroom.net/" class="bluekey" target="_blank">摘星网络</a>临沂网站建设☆★☆}
setTimeout("flash_title()",1000);
}
flash_title()
</script>
</head>
<body>
</body>
</html>
- 值得收藏的东东 50条网页制作小技巧集锦
- 网页设计引入CSS样式的五种方式
- 网站制作培训之网页导航设计九大注意事项
- 网页特效:expression将JS、Css结合起来
- 网站制作培训-合理的网页设计所具有的特征
- 网站制作培训之以新窗口的形式打开目标链接
- 在页面上实现Google PR值的显示
- 图片在显示一定的时间后消失
- 网页特效:滚动条的彩色显示
- 解决img图片下多余空白的CSS代码
- 超级漂亮的表格:彩色背景
- 网站设计教程之色彩系列教程:基础知识
- 网页特效推荐 可以任意编辑的动态表格
- 在自己的计算机上安装Discuz!论坛
- 用FireWorks 三帧轻松打造酷 Banner
- 网站制作培训之Dreamweaver网页制作秘诀之二
- 临沂网站制作培训之Dreamweaver编写CSS的技巧
- 网页中文字不跟随浏览器字体大小设置而变动?
- 网站制作培训之webService的远程调试问题
- 网页框架和网页框架集如何工作