• <legend id='dL5cI'><style id='dL5cI'><dir id='dL5cI'><q id='dL5cI'></q></dir></style></legend>
    <tfoot id='dL5cI'></tfoot>
      <bdo id='dL5cI'></bdo><ul id='dL5cI'></ul>

      <i id='dL5cI'><tr id='dL5cI'><dt id='dL5cI'><q id='dL5cI'><span id='dL5cI'><b id='dL5cI'><form id='dL5cI'><ins id='dL5cI'></ins><ul id='dL5cI'></ul><sub id='dL5cI'></sub></form><legend id='dL5cI'></legend><bdo id='dL5cI'><pre id='dL5cI'><center id='dL5cI'></center></pre></bdo></b><th id='dL5cI'></th></span></q></dt></tr></i><div id='dL5cI'><tfoot id='dL5cI'></tfoot><dl id='dL5cI'><fieldset id='dL5cI'></fieldset></dl></div>

        <small id='dL5cI'></small><noframes id='dL5cI'>

        如何将数据从父 html 窗口传递到弹出窗口

        时间:2023-09-30

          <small id='gznJy'></small><noframes id='gznJy'>

            <tbody id='gznJy'></tbody>
          • <i id='gznJy'><tr id='gznJy'><dt id='gznJy'><q id='gznJy'><span id='gznJy'><b id='gznJy'><form id='gznJy'><ins id='gznJy'></ins><ul id='gznJy'></ul><sub id='gznJy'></sub></form><legend id='gznJy'></legend><bdo id='gznJy'><pre id='gznJy'><center id='gznJy'></center></pre></bdo></b><th id='gznJy'></th></span></q></dt></tr></i><div id='gznJy'><tfoot id='gznJy'></tfoot><dl id='gznJy'><fieldset id='gznJy'></fieldset></dl></div>
              <tfoot id='gznJy'></tfoot>
              <legend id='gznJy'><style id='gznJy'><dir id='gznJy'><q id='gznJy'></q></dir></style></legend>
                <bdo id='gznJy'></bdo><ul id='gznJy'></ul>

                1. 本文介绍了如何将数据从父 html 窗口传递到弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试将一些数据从父窗口传递到 html 中的弹出窗口.

                  I am trying to pass some data from parent window to pop up window in html.

                  下面是我的代码-

                  <html>
                  <head>
                  <script type="text/javascript">
                  function init()
                  {
                      popupWin = window.open('','popupWin','');
                      popupWin.document.writeln('<html><head><title>test</title></head><body><form><input type="text" id="popupTextBox"/></form></body></html>');
                      popupWin.document.close();
                      popupText = popupWin.document.getElementById("popupTextBox");
                      parentText = document.getElementById("parentTextBox");
                  }
                  function transferText()
                  {
                      popupText.value = parentText.value
                  }
                  </script>
                  </head>
                  <body>
                  <input type="text" id="parentTextBox"/>
                  <input type="button" onclick="init();"/>
                  </body>
                  </html>
                  

                  但不知何故,我无法使用上述代码将该文本框数据传递给弹出窗口.这有什么问题吗?

                  But somehow I am not able to pass that textbox data to popup window with the above code. Is there any problem with this?

                  一般来说,我正在尝试将一些数据从父窗口传递到弹出窗口.

                  In general, I am trying to pass some data from parent window to popup window.

                  推荐答案

                  你忘了调用 transferText()
                  调用 transferText() 后,文本被传输...

                  You forgot to call transferText()
                  After calling transferText() the text was transferred...

                  <html>
                  <head>
                  <script type="text/javascript">
                  function init()
                  {
                      popupWin = window.open('','popupWin','');
                      popupWin.document.writeln('<html><head><title>test</title></head><body><form><input type="text" id="popupTextBox"/></form></body></html>');
                      popupWin.document.close();
                      popupText = popupWin.document.getElementById("popupTextBox");
                      parentText = document.getElementById("parentTextBox");
                      transferText();
                  }
                  function transferText()
                  {
                      popupText.value = parentText.value
                  }
                  </script>
                  </head>
                  <body>
                  <input type="text" id="parentTextBox"/>
                  <input type="button" onclick="init();"/>
                  </body>
                  </html>
                  

                  这篇关于如何将数据从父 html 窗口传递到弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:带有表格的 HTML/Javascript 弹出框 下一篇:小书签如何避免弹出窗口阻止程序

                  相关文章

                  <tfoot id='pEYvm'></tfoot>

                      <legend id='pEYvm'><style id='pEYvm'><dir id='pEYvm'><q id='pEYvm'></q></dir></style></legend>
                    1. <i id='pEYvm'><tr id='pEYvm'><dt id='pEYvm'><q id='pEYvm'><span id='pEYvm'><b id='pEYvm'><form id='pEYvm'><ins id='pEYvm'></ins><ul id='pEYvm'></ul><sub id='pEYvm'></sub></form><legend id='pEYvm'></legend><bdo id='pEYvm'><pre id='pEYvm'><center id='pEYvm'></center></pre></bdo></b><th id='pEYvm'></th></span></q></dt></tr></i><div id='pEYvm'><tfoot id='pEYvm'></tfoot><dl id='pEYvm'><fieldset id='pEYvm'></fieldset></dl></div>
                      • <bdo id='pEYvm'></bdo><ul id='pEYvm'></ul>
                    2. <small id='pEYvm'></small><noframes id='pEYvm'>