复制代码代码如下:
<! doctype html public "-// w3c // dtd xhtml 1.0 transitional // en"
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title> 定时关闭的层 </title>
<meta http-equiv = "content-type" content = "text/html ؛ charset = gb2312">
<style>
#divbox {
الحدود: 5 بكسل Solid #0066cc ؛
الخلفية: SkyBlue ؛
الحشو: 20 بكسل ؛
حجم الخط: 22px ؛
اللون: أبيض.
}
</style>
<script language = "javaScript">
وظيفة codefans () {
var box = document.getElementById ("divbox") ؛
box.style.display = "none" ؛
}
setTimeout ("codefans ()" ، 3000) ؛ // 3 秒
</script>
</head>
<body>
<div id = "divbox"> wwwwwwwwwwwwwwwwwww! </viv>
</body>
</html>