我有2種選擇列表菜單:選擇LIS菜單回
<select name="category">
<option>----Select----</option>
<option>Category 1</option>
<option>Category 2</option>
<option>Category 3</option>
<option>Category 4</option>
</select>
<select name="category_product">
<option>----Select----</option>
<option>Product of category 1</option>
<option>Product of category 1</option>
<option>Product of category 1</option>
<option>Product of category 1</option>
</select>
我喜歡什麼到是,當我選擇選擇列表菜單中的「1類」,它回聲選擇列表菜單「 category_product「,我該怎麼做?
我在考慮將category_product列表菜單放在一個變量中,當我選擇一個類別時,它會回顯category_products列表菜單,但我不知道如何在選擇類別時進行檢測。
希望一些幫助
可能重複[下拉列表選項填充第二個列表js/php?](http://stackoverflow.com/questions/1656934/dropdown-list-where-options-populate-a-second-list-js -php) – jprofitt
你是什麼意思的「回聲選擇列表菜單」category_product「」' – Lix
你不想通過AJAX添加一個選擇菜單,你做錯了。 – deltree