i add to tpl product info display file the code Form.elements['attrib-3'].value=""; to make certain dropdown attributes not display in shopping cart if adding products to cart.
the source of this dropdown:
<select id="attrib-3" name="id[3]">
<option value="9">a</option>
<option value="10">b</option>
<option value="11">c</option>
</select>
when i add products to cart from IE, the js works, this dropdown wont show on shopping cart page. but if i add products from Firefox, this dropdown still shows on shopping cart page
i'm not sure where should i post this problem, what do i modify the js to make it work in Firefox? any help would be appreciated