|
|
只在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.0 window.open(theURL,winName,features);}//--></script> </head> <body > </body></html>
子窗口
<html><head></head><body>子窗口</body></html>
<div class="quote_title">引用 |
|