Posted in Javascript onMay 13, 2014
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <body> <script language="JavaScript"> step=0 function flash_title() { step++ if (step==3) {step=1} if (step==1) {document.title='【你有新的消息】'} if (step==2) {document.title='【 】'} setTimeout("flash_title()",380); } flash_title() </script> aaaaaaddaaaaaa </body> </html>
一个JS函数搞定网页标题(title)闪动效果
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@