实现Title动态效果JS脚本
2009-05-30 00:00:00 来源:WEB开发网核心提示:实现Title动态效果JS脚本<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>无标题文档</titl
实现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.chinaz.com/" class="bluekey" target="_blank">中国站长站</a>站长学院☆★☆'}
setTimeout("flash_title()",1000);
}
flash_title()
</script>
</head>
<body>
</body>
</html>
更多精彩
赞助商链接