I have a javascript that I am setting a value of a textbox in and have the
following
document.forms[0].textbox1.value = total;
I get a run time error null value but I think the problem is the form index
0. The web application has about 20 forms, is there anyway to tell what the
index should be?
thanks.
--
Paul G
Software engineer.
following
document.forms[0].textbox1.value = total;
I get a run time error null value but I think the problem is the form index
0. The web application has about 20 forms, is there anyway to tell what the
index should be?
thanks.
--
Paul G
Software engineer.
Comment