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

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

        <small id='3315p'></small><noframes id='3315p'>

        如何使用使用 AJAX/PHP 填充的 DropDownList 中选定值

        时间:2023-10-02

              <tbody id='uno8G'></tbody>

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

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

            • <tfoot id='uno8G'></tfoot>
                <bdo id='uno8G'></bdo><ul id='uno8G'></ul>
                1. <legend id='uno8G'><style id='uno8G'><dir id='uno8G'><q id='uno8G'></q></dir></style></legend>
                  本文介绍了如何使用使用 AJAX/PHP 填充的 DropDownList 中选定值的值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我有两个下拉列表的表单(比如 A 和 B).当我从 A 中选择一个值时,将使用 AJAX 相应地填充 B

                  在同一页面中,我有一个按钮,按下该按钮后,会将下拉列表中所选项目的值发布到另一个 PHP 页面.我遇到的问题是 B 的选定值返回为空白/空.

                  有没有办法存储使用 AJAX 填充的下拉列表的选定值?

                  代码如下:

                  (主表格)

                  <tr><td width="150"><b>条形:</b></td><td><select name = "bar" onChange="getContact('AssignContactDetailToBar_f_getContacts.php?bar='+this.value)" size = 1 style = "width:190px"><option value = "">---选择---</option><?php而 ($data = mysql_fetch_array($r_getBarsDetails)){echo "<option value="".$data['bar_id']."">".$data['bar_name']." (".$data['town_name'].")</选项>";}?></td></tr><tr><td width="150"><b>联系人:</b></td><td><div id="persondiv"><select name = "person" size = 1 style = "width:190px"><option value = "">--选择栏--</option></td></tr><tr><td><input name="security" type="text" size="15"></td><td><input type="submit" name="Submit" value="Submit"></td></tr></表单>

                  用于填充第二个下拉列表的表单

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

                      <tbody id='kU54S'></tbody>

                    • <bdo id='kU54S'></bdo><ul id='kU54S'></ul>

                      <tfoot id='kU54S'></tfoot>

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