标题:
〖代码知识〗 弹出无限窗口代码
[打印本页]
作者:
晓谛
时间:
2010-11-6 20:46
标题:
〖代码知识〗 弹出无限窗口代码
<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>
复制代码
欢迎光临 【3.A.S.T】网络安全爱好者 (http://3ast.com/)
Powered by Discuz! 7.2