View Single Post
Old 01-02-2013, 04:23 PM   PM User | #10
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,437
Thanks: 52
Thanked 453 Times in 451 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
I can see a little problem:

Code:
<input type="radio" name="unit" id="Litre" value="1" checked> Litre</input>
...
var quantityChosen=document.getElementById("litres").checked?quantity:quantity*4.54;
xelawho is offline   Reply With Quote