- Impact
- 26
Hey Everyone.
I need to know how in the world I can make it so the 3-6, 6-12, and 12-18 options will only show that white is available. Every other size except these are available in the other colors.
I need to know how in the world I can make it so the 3-6, 6-12, and 12-18 options will only show that white is available. Every other size except these are available in the other colors.
Code:
<td><select name="os1" class="cnt" id="size">
<option>3-6mo</option>
<option>6-12mo</option>
<option>12-18mo</option>
<option>2T</option>
<option>3T</option>
<option>4T</option>
<option>XS</option>
<option>S</option>
</select>
<select name="os0" class="cnt" id="select">
<option selected>White</option>
<option>Red</option>
<option>Gray</option>
</select>
<input name="on0" type="hidden" id="on02" value="color" />
<input name="on1" type="hidden" id="on12" value="size" />
<input name="quantity" type="text" id="quantity2" value="1" size="3" maxlength="5" /></td>
</tr>
</table></td>





