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

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

      1. <legend id='yZ5Do'><style id='yZ5Do'><dir id='yZ5Do'><q id='yZ5Do'></q></dir></style></legend>
        <i id='yZ5Do'><tr id='yZ5Do'><dt id='yZ5Do'><q id='yZ5Do'><span id='yZ5Do'><b id='yZ5Do'><form id='yZ5Do'><ins id='yZ5Do'></ins><ul id='yZ5Do'></ul><sub id='yZ5Do'></sub></form><legend id='yZ5Do'></legend><bdo id='yZ5Do'><pre id='yZ5Do'><center id='yZ5Do'></center></pre></bdo></b><th id='yZ5Do'></th></span></q></dt></tr></i><div id='yZ5Do'><tfoot id='yZ5Do'></tfoot><dl id='yZ5Do'><fieldset id='yZ5Do'></fieldset></dl></div>
      2. 如何要求以 html5 形式选择单选按钮

        时间:2023-10-20

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

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

                  本文介绍了如何要求以 html5 形式选择单选按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  html 5 form contains two radio buttons. How to force user to select one radion button before submitting form ? I tried to use required but there is not radio button group, required shoult applited to group.

                  <form action="/Home/Sendtitle" method="post">
                  <p>
                    Title*  <span>
                      <span>
                        <span>
                          <input name="staatus" type="radio" value="Mister" autofocus>&nbsp;
                          <span>Mister</span>
                        </span>
                        <span>
                          <input name="staatus" type="radio" value="Missis">&nbsp;
                          <span>Missis</span>
                        </span>
                      </span>
                    </span>
                  </p>
                  
                  <p>
                    <input type="submit" value="Send title" >
                  </p>
                  
                  </form>
                  

                  解决方案

                  You can use the property required as its a boolean attribute that solve ur problem. required="required"

                  这篇关于如何要求以 html5 形式选择单选按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Knockout observable 可以数据绑定到单选按钮的值吗? 下一篇:从按钮单选设置 localStorage 中的 var 并将其传递给其他页面

                  相关文章

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

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

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