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

    1. <legend id='ZT9yq'><style id='ZT9yq'><dir id='ZT9yq'><q id='ZT9yq'></q></dir></style></legend>
        • <bdo id='ZT9yq'></bdo><ul id='ZT9yq'></ul>

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

        <tfoot id='ZT9yq'></tfoot>

        如何通过弹出窗口获取输入并通过 javascript/jquery 将文本放入变量中

        时间:2023-10-01

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

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

            • <legend id='b0Ymu'><style id='b0Ymu'><dir id='b0Ymu'><q id='b0Ymu'></q></dir></style></legend>
                <tbody id='b0Ymu'></tbody>
                • <bdo id='b0Ymu'></bdo><ul id='b0Ymu'></ul>
                • <tfoot id='b0Ymu'></tfoot>
                  本文介绍了如何通过弹出窗口获取输入并通过 javascript/jquery 将文本放入变量中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我的页面上有一个按钮.单击时应出现一个弹出框,允许用户输入文本.当按下 OK/Submit 时,我的 jscript 将使用输入的数据执行一些功能.非常简单,但我就是不知道该怎么做.

                  I have a button on my page. When clicked a popup box should appear allowing the user to enter text. When OK/Submit is pressed, my jscript will then perform some functions using that inputted data. Very straightforward, but I just can't figure out how to do this.

                  谢谢!

                  推荐答案

                  最简单的形式,你可以使用prompt(question, default):(取自 w3schools:http://www.w3schools.com/js/tryit.asp?filename=tryjs_prompt)

                  in it's simplest form, you could use prompt(question, default): (taken from w3schools: http://www.w3schools.com/js/tryit.asp?filename=tryjs_prompt)

                  function myFunction(){
                      var x;
                      var name=prompt("Please enter your name","Harry Potter");
                      if (name!=null){
                         x="Hello " + name + "! How are you today?";
                        alert(x);
                     }
                  }
                  

                  其他任何东西都需要大量的 javascript &CSS 来创建带有按钮的图层并在这些按钮上单击事件

                  anything else would require lots of javascript & CSS to create layers with buttons and click events on those buttons

                  这篇关于如何通过弹出窗口获取输入并通过 javascript/jquery 将文本放入变量中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:无论屏幕分辨率如何,我如何居中 javascript css popup div? 下一篇:是否可以打开一个新窗口并将 iframe 嵌入其中?

                  相关文章

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

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

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

                        <bdo id='iL9xt'></bdo><ul id='iL9xt'></ul>
                      <tfoot id='iL9xt'></tfoot>