论坛首页 Web前端技术论坛

打开一个网页时自动转向指定大小的框架页

浏览 1521 次
该帖已经被评为隐藏帖
作者 正文
   发表时间:2009-07-22   最后修改:2009-08-02
1、a.htm
<html>
<head>
<title></title>
</head>
<body onload="window.open('b.htm','','height=720,width=1012,top=0,left=0','')"> 
<script  language=javascript>   
   window.opener=null;
   window.close();
</script> 
</body>
</html>

2、b.htm框架页
问题是:当关闭a.htm时b.htm也关闭了
   发表时间:2009-07-23  
[a.htm]

<script type="text/javascript">
var winHref='b.htm';
var regWin=window.open(winHref,'regWin','menubar=no,toolbar=no,location=no,directories=no,scrollbars=yes,status=yes,resizable=yes,top=0,left=0,width='+(screen.availWidth-10)+',height='+(screen.availHeight-45));
regWin.focus();
regWin.opener =null;               
opener = null;
window.close();
</script>
0 请登录后投票
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics