PDA

View Full Version : javascript problems



kwing
February 25th, 2004, 01:34 AM
hey i nid some help..
how will i pass the value into a textfield in javascript?
im trying this one:

document.formname.inputname.value;

but this doesn't seem to work???
an someone help me with this problem>???
thanks!

claudio
February 25th, 2004, 01:51 AM
kwing, please do not post the same question in more than one forum.

And your sintax is correct.
document.formname.inputname.value = value;

kwing
February 26th, 2004, 12:01 PM
im sorry...hehe i posted it in a wrong forum..well thanks