<SCRIPT language=JavaScript type=text/JavaScript>
var step=0,_admin=true; // 后台输出是否有新信息数据
var _title=document.title;
function flash_title()
{
step
++
if (step==3) {step=1}
if (step==1) {document.title='    '+_title}
if (step==2) {document.title='新信息 '+_title}
setTimeout(
"flash_title()",500);
}
if (_admin){flash_title()}
</SCRIPT>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-06-13
  • 2021-06-06
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2022-01-09
  • 2022-01-25
  • 2021-11-09
  • 2022-03-03
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
相关资源
相似解决方案