怎么让打开首页时在10秒后弹出窗口
如下代码,
时间应该加在那里呢?
或者还有没有其它代码呢?
Code
<html>
<head>
<script LANGUAGE="javascript">
<!--
function openwin() {
window.open ("page.htm", "文件", "height=100, width=400,
toolbar=yes,menubar=yes, scrollbars=yes, resizable=yes, location=yes, status=yes")
}
//-->
</script>
</head>
<body onload="openwin()">
任意的页面内容
</body>
</html>
<body onload="timeout=setTimeout('openwin()',10000);">
posted @
2008-12-11 10:01
paymob
阅读(
249)
评论()
编辑
收藏
举报