〖代码知识〗 弹出无限窗口代码
[code]<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|---弹出无限窗口...</title>
</head>
<body>
<script language="JavaScript">
<!---hide---
function pop(){
for(i=1;i<=3;i++){
window.open('#.htm','','width=800,height=600','status=off','location=off','toolbar=off','scrollbars=off')}}
//--->
</script>
第二步:把如下代码加入到<body>区域中
<form name="form">
<p align="center">
<input type="button" value="这回只是三个窗口!!!" onClick="pop()" name="button" class="unnamed1">
</p>
</form>
</body>
</html>[/code]
页:
[1]