第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

當(dāng)我單擊一個單選按鈕時更改布局形式

當(dāng)我單擊一個單選按鈕時更改布局形式

Cats萌萌 2024-01-18 15:56:48
你好,我是一名學(xué)生,最近我正在學(xué)習(xí) JavaScript、CSS 和 HTML,在做練習(xí)時我遇到了問題。在練習(xí)中,我使用 Bootstrap。function Form(stringa){    document.getElementById("form1").style.display="none";            document.getElementById("form2").style.display = "none";     document.getElementById(stringa).style.display = "block"; }<!doctype html><html>  <head>    <title>Form di registrazione</title>  </head>  <body>   <div class="container">     <h1>Form di Registrazione</h1>      <div class="form-check form-check-inline">        <input class="form-check-input" type="radio" name="inlineRadioOptions" value=1 onclick="Form('form1');" >        <label class="form-check-label" for="inlineRadio1">Privato</label>      </div>       <div class="form-check form-check-inline">        <input class="form-check-input" type="radio" name="inlineRadioOptions" onclick="Form('form2'); " value=2>        <label class="form-check-label" for="inlineRadio2">Azienda</label>      </div>      <form id="form1" class="row g-3" value=1>        <div class="col-md-6">          <label for="inputEmail4" class="form-label">Email</label>          <input type="email" class="form-control" id="inputEmail4">        </div>        <div class="col-md-6">          <label for="inputPassword4" class="form-label">Password</label>          <input type="password" class="form-control" id="inputPassword4">        </div>    </form>    <form id="form2" type="hidden"class="row g-3"style="display:none;" value=2>      <div class="col-md-6">        <label for="inputEmail4" class="form-label">Eeeeee</label>        <input type="email" class="form-control" id="inputEmail4">      </div>    </form>    </div>  </body></html>為什么當(dāng)我單擊單選按鈕時它會更改表單布局?
查看完整描述

1 回答

?
拉風(fēng)的咖菲貓

TA貢獻1995條經(jīng)驗 獲得超2個贊

您已經(jīng)有了 2 種不同的表格。單擊無線電輸入(放置在表單之外?什么?)將運行帶有切換表單顯示的功能。

發(fā)生了什么:隱藏一個表單并顯示另一個具有不同數(shù)量輸入的表單。


查看完整回答
反對 回復(fù) 2024-01-18
  • 1 回答
  • 0 關(guān)注
  • 172 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號