Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>动态标题栏</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<script language="JavaScript">
var n=0;
function title(){
n++;
if (n==3) {n=1}
if (n==1) {document.title='☆★手册网★☆'}
if (n==2) {document.title='★☆手册网☆★'}
setTimeout("title()",1000);
}
title();
</script>
</body>
</html>
CSS代码...
xxxxxxxxxx
JS代码...