supergrover1981
Programmer
Gidday Gang,
I'm currently trying to make a simple price calculator for a web page. It works like this:
- A visitor enters a quantity of each product they desire in a text input box
- A read-only input box then displays the subtotal for that item(trigged by ONCHANGE of the quantity text box)
- A read-only input box displays the total for all items (triggered by the ONCHANGE of the quantity text box)
The calculator works fine in Internet Explorer, but the subtotal/total boxes don't display anything at all in Firefox. Page can be seen at
If anyone has any suggestions at all for this problem, I'd be most appreciative.
Cheers gang,
- JB
I'm currently trying to make a simple price calculator for a web page. It works like this:
- A visitor enters a quantity of each product they desire in a text input box
- A read-only input box then displays the subtotal for that item(trigged by ONCHANGE of the quantity text box)
- A read-only input box displays the total for all items (triggered by the ONCHANGE of the quantity text box)
The calculator works fine in Internet Explorer, but the subtotal/total boxes don't display anything at all in Firefox. Page can be seen at
If anyone has any suggestions at all for this problem, I'd be most appreciative.
Cheers gang,
- JB