Question
field not showing the javascript result
What am I doing wrong; the field with the following javascript is not showing the result?
var z = this.getField("total5c").value;
if (z >= 0) {
event.value = getField("total6c").value / z;
} else {
event.value = 0;
}