RE: FN-FORUM: Javascript question
date posted 9th August 2007 09:04
Aidan wrote:
> Why are you using getElementById for a textbox (I presume that this
> is what you're using)?=20
>=20
> document.formname.textboxname.value =3D "=A3" + Total;
>=20
> should do the job for you.
Maybe so, but getElementById is the more widely applicable approach =
(works
for any element with id) and more standard, hence at least as good and
arguably better than formname and inputname approach.
Regards,
Dai