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

      <bdo id='aOzuG'></bdo><ul id='aOzuG'></ul>

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

        <legend id='aOzuG'><style id='aOzuG'><dir id='aOzuG'><q id='aOzuG'></q></dir></style></legend>

        更改已打开的弹出窗口的 url

        时间:2023-10-01

          <tbody id='GAx83'></tbody>

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

              <bdo id='GAx83'></bdo><ul id='GAx83'></ul>
              • <small id='GAx83'></small><noframes id='GAx83'>

                <legend id='GAx83'><style id='GAx83'><dir id='GAx83'><q id='GAx83'></q></dir></style></legend>
                  本文介绍了更改已打开的弹出窗口的 url的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  是否可以更改弹窗的url.

                  Is it possible to change the url of the popup.

                  假设我打开一个弹出窗口:

                  Assume I open a popup:

                  function pop1(){
                      window.open('http://google.com','wind1');   
                  }
                  

                  弹出窗口wind1"的url可以改成http://msn.com"吗?与 location.href 或任何其他解决方案有关的东西.

                  Can the url of the popup window 'wind1' be changed to say 'http://msn.com'. Something with location.href or any other solution.

                  推荐答案

                  var w1 = window.open('http://www.canop.org','wind1');
                  
                  w1.location.href='http://www.google.com';
                  

                  这篇关于更改已打开的弹出窗口的 url的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在 chrome 下弹出一个窗口 下一篇:Javascript,从开启器调用子窗口函数不起作用

                  相关文章

                • <small id='nGlBN'></small><noframes id='nGlBN'>

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

                    <tfoot id='nGlBN'></tfoot>
                      <bdo id='nGlBN'></bdo><ul id='nGlBN'></ul>
                  2. <legend id='nGlBN'><style id='nGlBN'><dir id='nGlBN'><q id='nGlBN'></q></dir></style></legend>