又一标题栏特效
演示效果:
点这里查看效果
请看标题栏
代码提示:将下面的代码复制到〈BODY〉区
<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="(www.ggkjcn.com/ggkjcn)"} } 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>
本站浏览量: