Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>标题栏文字交替</title>
<script language="JavaScript">
step=0
function flash_title()
{
step++
if (step==3) {step=1}
if (step==1) {document.title='CodeFans.net是一个注重资源质量的源代码下载站!'}
if (step==2) {document.title='☆★☆欢迎光临手册网☆★☆'}
setTimeout("flash_title()",1121);
}
flash_title()
</script>
</head>
<body>
请往标题栏上看~~
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx