|
|
 |
RE: FN-FORUM: Javascript question
date posted 8th August 2007 22:14
Why are you using getElementById for a textbox (I presume that this is =
what
you're using)?
document.formname.textboxname.value =3D "=A3" + Total;
should do the job for you.
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
[EMAIL REMOVED]
Sent: 08 August 2007 20:34
To: FN-FORUM / [EMAIL REMOVED]
Subject: FN-FORUM: Javascript question
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
|
 |
|