真正可用支持web标准的页头弹出广告代码

<!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>

© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容