aguu125 发表于 2013-2-7 14:39:49

实现弹出窗口,窗口无工具栏,不能调整窗口大小

只在IE6 测试环境下


<html><head><script type="text/JavaScript"><!-- function init(){   window.opener = null;   window.close();      MM_openBrWindow('2.html','1','width=500,height=400');          }function MM_openBrWindow(theURL,winName,features) { //v2.0window.open(theURL,winName,features);}//--></script></head>   <body></body></html>

子窗口

<html><head></head><body>子窗口</body></html>


<div class="quote_title">引用
页: [1]
查看完整版本: 实现弹出窗口,窗口无工具栏,不能调整窗口大小