[加入收藏夹]

[自助链接]
首  页 我的简介 我的文章 我的诗词 我的座右铭 我的学友 我的留言簿 我的论坛
特 效 列 表
   
  网页颜色
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  状态栏浮动文字  把下列代码加入网页即可:  
  <body onLoad="welcometext()">

<script language="JavaScript">
var hellotext="您好!欢迎您来到德馨工作室!"
var thetext=""
var started=false
var step=0
var times=1

function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
window.status = hellotext;
setTimeout("anim()",1);
}
thetext = hellotext;
}
}

function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==7) {step=1}
if (step==1) {window.status='>==='+thetext+'===<'}
if (step==2) {window.status='=>=='+thetext+'==<='}
if (step==3) {window.status='>=>='+thetext+'=<=<'}
if (step==4) {window.status='=>=>'+thetext+'<=<='}
if (step==5) {window.status='==>='+thetext+'=<=='}
if (step==6) {window.status='===>'+thetext+'<==='}
setTimeout("anim()",200);
}
</script>

 
     




--
欢迎加入 友情链接 --

版权所有: 德馨工作室  建议分辨率为 800*600