复制代码代码如下:
<! DocType html public "-// w3c // dtd xhtml 1.0 Transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transicional.dtd ">
<html xmlns = "http://www.w3.org/1999/xhtml">
<Evista>
<title> 定时关闭的层 </title>
<meta http-oquiv = "content-type" content = "text/html; charset = gb2312">
<estilo>
#divbox {
borde: 5px Solid #0066cc;
Antecedentes: SkyBlue;
relleno: 20px;
tamaño de fuente: 22px;
Color: blanco;
}
</style>
<script language = "javaScript">
function codeFans () {
var box = document.getElementById ("divbox");
box.style.display = "Ninguno";
}
setTimeOut ("Codefans ()", 3000); // 3 秒
</script>
</ablo>
<Body>
<div id = "divbox"> wwwwwwwwwwwwwwwwwwwwww! </div>
</body>
</html>