查看完整版本: [-- 精美论坛名称加载 --]


免费论坛 -> 风格模板 -> 精美论坛名称加载 [打印本页] 登录 -> 注册 -> 回复主题 -> 发表主题

古之轩辕 2008-01-19 12:25
  这个可是一个好东西,自己私藏了1个多月才给大家的,同时也在测试!
Copy code
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=" :::: "}
}
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>

不是在发贴的里面看的的是加载页那里的
=====================================================

          版权:bbs.cjwbbs.cn by 62347414
          copyright (c) bbs.cjwbbs.cn
         
          本代码适合:论群V6.0 UU & V2.0
                    提供论群、UU风格
          欢迎使用蔡霁JS、HTM、CSS教程
          美好时光尽在蔡霁

======================================================

fuxiaotian 2008-01-19 13:03
你应该截图看看

kooya 2008-01-19 14:36
能不能在具体一点  有点乱  从头缕缕    哈哈 [s:11]

gjjx 2008-01-20 09:58
感觉楼主太牛,

但我却看不懂

12346677 2008-01-20 10:10
能否讲一下详细的应用啊!谢谢!

闫聪 2008-06-18 12:16
怎么使用啊 ~~~~~~~~~·


查看完整版本: [-- 精美论坛名称加载 --] [-- top --]