- 帖子
- 172
- 积分
- 348
- 威望
- 440
- 金钱
- 346
- 在线时间
- 21 小时
|
- <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>
复制代码 |
|