Quote:
Originally Posted by Reveal
Yes the field is read only
Still doesn't answer my questions:
How do I:input(b) - the percentage answer (total1) and display the value
|
One more time, just make a new table cell and write the result of your calculation to it. What is your problem here?
But it appears that b and total1 are the same value:-
b = a*document.form1.b.value;
document.form1.total1.value = b
As this is clearly homework
you write the code and then someone will doubtless correct/improve it for you. But first you must make the corrections to the errors that I have pointed out.