您的位置:首页 > Web前端 > JavaScript

JS自动弹出广告窗口

2015-09-23 10:17 716 查看
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script language="javascript">
function openwindow(){
open("adv.htm","广告页面","toolbars=0,scrollbars=0,location=0,statusbars=0,menubars=0,resizable=0,width=700,height=250");
}
</script>
</head>
<body onload="openwindow()">
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: