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

<tfoot id='IGQ2M'></tfoot>

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

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

        每次设置弹出窗口的焦点

        set the focus of a popup window every time(每次设置弹出窗口的焦点)
        • <i id='NZMoG'><tr id='NZMoG'><dt id='NZMoG'><q id='NZMoG'><span id='NZMoG'><b id='NZMoG'><form id='NZMoG'><ins id='NZMoG'></ins><ul id='NZMoG'></ul><sub id='NZMoG'></sub></form><legend id='NZMoG'></legend><bdo id='NZMoG'><pre id='NZMoG'><center id='NZMoG'></center></pre></bdo></b><th id='NZMoG'></th></span></q></dt></tr></i><div id='NZMoG'><tfoot id='NZMoG'></tfoot><dl id='NZMoG'><fieldset id='NZMoG'></fieldset></dl></div>

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

        • <tfoot id='NZMoG'></tfoot>
            <bdo id='NZMoG'></bdo><ul id='NZMoG'></ul>

                  <tbody id='NZMoG'></tbody>

                1. <legend id='NZMoG'><style id='NZMoG'><dir id='NZMoG'><q id='NZMoG'></q></dir></style></legend>
                  本文介绍了每次设置弹出窗口的焦点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有两个页面 one.html 和 two.html

                  I have two pages one.html and two.html

                  我正在使用以下代码打开一个新窗口

                  I am opening a new window using following code

                  //here popup is a global variable
                  popup=window.open('two.html','two');
                  

                  第一次弹出窗口成功打开并获得焦点但是如果我尝试再次打开它而不关闭已打开的弹出窗口,则 two.html 第二次没有获得焦点.

                  for the first time a popup window open successfully and get the focus but if I try to open it again without closing already opened popup then two.html is not getting focus for the second time.

                  注意:我已将弹出窗口的名称设置为两个"

                  note: I have set popup window's name as 'two'

                  推荐答案

                  你可以使用下面使用的focus函数来实现

                  you can achive by using focus function as used below

                  <script language="javascript" type="text/javascript">
                  <!--
                  function popitup(url) {
                      newwindow=window.open(url,'name','height=200,width=150');
                      if (window.focus) {newwindow.focus()}
                  
                        if (!newwindow.closed) {newwindow.focus()}
                      return false;
                  }
                  
                  // -->
                  </script>
                  

                  这篇关于每次设置弹出窗口的焦点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Fetch multiple links inside foreach loop(在 foreach 循环中获取多个链接)
                  Backbone Fetch Request is OPTIONS method(Backbone Fetch Request 是 OPTIONS 方法)
                  Fetch API leaks memory in Chrome(Fetch API 在 Chrome 中泄漏内存)
                  How can I download and save a file using the Fetch API? (Node.js)(如何使用 Fetch API 下载和保存文件?(Node.js))
                  Send blob data to node using fetch, multer, express(使用 fetch、multer、express 将 blob 数据发送到节点)
                  Sending a custom User-Agent string along with my headers (fetch)(发送自定义用户代理字符串以及我的标头(获取))
                  <tfoot id='6TRNz'></tfoot>

                    • <legend id='6TRNz'><style id='6TRNz'><dir id='6TRNz'><q id='6TRNz'></q></dir></style></legend>

                        <bdo id='6TRNz'></bdo><ul id='6TRNz'></ul>
                          • <small id='6TRNz'></small><noframes id='6TRNz'>

                              <tbody id='6TRNz'></tbody>

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