这个网站(http://shangyou.sznews.com)的标题栏的效果是怎样弄的阿?

来源:百度知道 编辑:UC知道 时间:2024/07/04 15:25:04
挺好看的阿

<script language=JavaScript>
step=0
function title()
{
step++
if (step==5) {step=1}
if (step==1) {document.title='※商友网--你身边的折扣优惠网※'}
if (step==2) {document.title='◇最新商场优惠折扣,最新电器优惠折扣,最新医药优惠折扣,最新家居优惠折扣,最新影视优惠折扣,最新深圳美食优惠折扣◇'}
if (step==3) {document.title='商友绿洲--深圳最权威最全面折扣优惠信息平台,你太有才了!!!'}
if (step==4) {document.title='◇Lets go now◇'}
setTimeout("title()",2000);
}
title()
</script>