第一步:拷贝下面的代码到你的html文件的<body>和</body>之间;
<script language="JavaScript"> <!-- var yourwords = " 本站为刚成立之风景网站,拍摄技术有待改进,请多多包函,另有Java特区..动画希望您会喜欢!! "; var speed = 250; var control = 1; function flash() { if (control == 1) { window.status=yourwords; control=0; } else { window.status=""; control=1; } setTimeout("flash();",speed); } // --></script>
第二步,在<body>标签下加入下列语法: <body onload="flash();">