-2
所以我有兩個下拉菜單,我的問題是第二個下拉菜單會自動選擇第一個下拉菜單選擇的JavaScript功能?自動複製所選第一個下拉菜單的下拉菜單
這裏是我的代碼
<select name="b" maxlength=2 style="width:70px; height:30px;" autocomplete="off" required/>
\t <option>NMG</option>
<option>PRI</option>
\t <option>FMNIC</option>
\t </select>
<select name="b" maxlength=2 style="width:70px; height:30px;" autocomplete="off" required/>
\t <option>NMG</option>
<option>PRI</option>
\t <option>FMNIC</option>
\t </select>