闪烁状态栏
<script language=""><!--
var yourwords = "★ ★ 风云际网络★ ★";
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> 很好的
页:
[1]