Hi
I have a Web Form which I need to get results shown to 2 decimal points only.

In the Head I have: -
function heatoutput()
{
var vWidth=document .heatcalculator .roomwidth.valu e;
var vLength=documen t.heatcalculato r.roomlength.va lue;
var vHeight=documen t.heatcalculato r.roomheight.va lue;

var vRoomSize=vWidt h*vLength*vHeig ht;
var rlength = 2

if(document.hea tcalculator.cal cunits.selected Index...