Zen Cart Logo
Forums / All Other Contributions/Addons / this js only works in IE

this js only works in IE

Views: 377

Results 1 to 1 of 1
19 Apr 2011, 9:58 AM
#1
wolf111 avatar

wolf111

New Zenner

Join Date:
Apr 2011
Posts:
7
Plugin Contributions:
0

this js only works in IE

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

any ideas?