Petrol Calculator
function writetext (form)
{
var KPL = form.inputbox.value;
var Fuel = form.inputbox2.value;
form.inputbox3.value =KPL * Fuel
}
function writetext (form)
{
var KPL = form.inputbox.value;
var Fuel = form.inputbox2.value;
form.inputbox3.value =KPL * Fuel
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Mar 15, 2012, 8:57 PM
It should be
I corrected and checked... its working fine.
Petrol Calculator
Try the above code and if it works fine then mark it as "Accepted Answer"
azzo stonesPosted Mar 16, 2012, 5:11 AM
thanks
azzo stonesPosted Mar 16, 2012, 4:40 AM