showModelessDialog('ttt.htm','','dialogWidth: 480px; DialogHeight: 360px; status: no; help: no');

解决方案 »

  1.   

    http://www.csdn.net/Develop/Read_Article.asp?Id=15113应该可以解决问题
      

  2.   

    <html><head></head><body><form name="f1" method="POST" action="">
      <p>
      <input type="text" name="t1" size="20"></p>
      <p><input type="text" name="t2" size="20"></p>
      <p><input type="text" name="t3" size="20"></p>
      <p><input type="text" name="t4" size="20"></p>
      <input type="button" name="b1" onclick="window.open('1.htm','','width=300,height=400')">
    </form></body></html>----------------------------------------<html><head>
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>新建网页 2</title>
    <script>
    function cc()
    {
       f2.t5.value=opener.f1.t1.value
       opener.focus()
    }  
    </script>
    </head><body onload="cc()"><form name="f2" method="POST" action="">
      <p>
      <input type="text" name="t5" size="20" value=""></p>
      
    </form></body></html>