|
|
 |
RE: FN-FORUM: Javascript question
date posted 8th August 2007 20:26
Try changing the "readonly" attribute to "disabled" assuming it's HTML =
and
not XHTML when it should be: disabled=3D"disabled"
HTH
Craig
-----Original Message-----
I am trying to change the value of the input field Total_Amount using=20
Javascript with
document.getElementById("Total_Amount").value =3D "=A3" + Total;
Can it be done?
I am getting document.getElementById("Total_Amount") has no properties
This is the div
|
 |
|