閃爍的標題欄_JS特效源代碼

最新閃爍的標題欄_JS特效源代碼

以下是三零網爲大家整理的最新閃爍的標題欄_JS特效源代碼的文章,希望大家能夠喜歡!


<script language=javascript > 
title_tmp1=document.title 
if (title_tmp1.indexOf(">>")!=-1){ 
title_tmp2=title_tmp1.split(">>"); 
title_last=" —> "+title_tmp2[1]; 
title_last=title_last + " —> " + title_tmp2[2]; 
}else{ 
if (title_tmp1.indexOf("——")!=-1){ 
title_tmp2=title_tmp1.split("——"); 
title_last=" —> "+title_tmp2[1]; 
if (title_last==" —> "){title_last=" —> "}; 
if (title_last==" —> "){title_last=" —> "}; 

else { title_last="(http://www.*.com/)"} 

title_new="電腦維護網"+title_last+"歡迎您的光臨!!!" //中間的標題 
step=0 
function flash_title() 

step++ 
if (step==7) {step=1} 
if (step==1) {document.title='★☆☆☆'+title_new+'☆☆☆★'} 
if (step==2) {document.title='☆★☆☆'+title_new+'☆☆★☆'} 
if (step==3) {document.title='☆☆★☆'+title_new+'☆★☆☆'} 
if (step==4) {document.title='☆☆☆★'+title_new+'★☆☆☆'} 
if (step==5) {document.title='☆☆★☆'+title_new+'☆★☆☆'} 
if (step==6) {document.title='☆★☆☆'+title_new+'☆☆★☆'} 
setTimeout("flash_title()",180); 

flash_title() 
</script> 


轉載來自:http://www.q3060.com/list3/list115/323.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章