Hameedullah
Programmer
I hvae a form which has a select dropdown box. Once a values is selected from the box (onchange) the form gets submitted.
It was working fine, but it just decided to stop working. All I have is this:
<select name="qty" class="formElements" id="quantity" onchange="form1.submit();">
I tried putting it in a function, but the same thing. IE complains that the object doesn't support this property or method and firefox says form1.submit is not a function.
<b>form1 is the name of the form.
It was working fine, but it just decided to stop working. All I have is this:
<select name="qty" class="formElements" id="quantity" onchange="form1.submit();">
I tried putting it in a function, but the same thing. IE complains that the object doesn't support this property or method and firefox says form1.submit is not a function.
<b>form1 is the name of the form.