|
沈俊阳 {PJFORUM版主}
 
站长交流区『版猪』 - UID
- 43095
- 帖子
- 842
- 精华
- 4
- 积分
- 2674
- PJ币
- 3619 元
- 阅读权限
- 100
- 性别
- 男
- 在线时间
- 178 小时
|
1#
大 中
小 发表于 2008-4-14 14:11 只看该作者
动态Title特效
效果见我站
Www.Hkdj8.Cn
修改文件:header.asp
查找 免费内容:<script type="text/javascript" src="Plugins/Contact/Contact.js"></script> 换行插入 免费内容:<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.Hkdj8.Cn"}
}
title_new="<%=Title%>"+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> 已用上的朋友顶一下,谢谢
[ 本帖最后由 fyuehack 于 2008-4-14 14:12 编辑 ]
|