<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>真正可用支持web标准的页头弹出广告代码</title>
<script language=”javascript”>
setTimeout(‘showADPic()’, 1000);
function showADPic(url)
{
//alert(“1”);
document.getElementById(‘adddd’).style.display = “block”;
}
setTimeout(‘unshowADPic()’, 8*1000);
function unshowADPic(url)
{
//alert(“2”);
document.getElementById(‘adddd’).style.display = “none”;
}
</script>
</head>
<body>
<div name=”adddd” id=”adddd” style=”display: none;” align=”center”>
<image src=”http://www.51xuediannao.com/uploads/userup/2/1253204609-P39.jpg” width=”980″ height=”454″/>
</div>
</body>
</html>
暂无评论内容