View Single Post
Old 05-08-2008, 04:16 PM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Adding more values than just one in forms.

I'm using javascript, and I have an onclick in a form to say:
this.form.test.value = 'ttt'; which adds ttt, but doesnt add it any further, can someone help me with this?

and how can I stop it from deleting previous values in test input.

Update: so far I only got this: this.form.test.value = this.form.test.value+'ttt'; which updates it further more and doesnt destroy any previous data, is this the only way to go?
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote