<script language="">
<!--
var yourwords = "網(wǎng)站網(wǎng)歡迎你!";
var speed = 700;
var control = 1;
function flash()
{
if (control == 1)
{
window.status=yourwords;
control=0;
}
else
{
window.status="";
control=1;
}
setTimeout("flash()",speed);
}
window.onload=flash
// -->
</script>
更多信息請(qǐng)查看IT技術(shù)專欄