Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-28-2004, 06:48 PM   PM User | #1
Michiel
Regular Coder

 
Join Date: Jul 2002
Location: The Netherlands
Posts: 252
Thanks: 0
Thanked 0 Times in 0 Posts
Michiel is an unknown quantity at this point
assign value to hidden field

Hi guys,

short javascript question:

how can I assign a new value to a hidden field named 'properties[age]'? Both
form.properties[age].value = value; and form.properties.age.value = value; don't seem to work ...

Any ideas on how to do this?

Thanx, Michiel
Michiel is offline   Reply With Quote
Old 08-28-2004, 06:56 PM   PM User | #2
dumpfi
Regular Coder

 
Join Date: Jun 2004
Posts: 565
Thanks: 0
Thanked 18 Times in 18 Posts
dumpfi will become famous soon enough
This should work:
Code:
document.forms['formName']['properties[age]'].value = ...
Replace formName with the name of your form.

However, i'm not sure if the hidden field should not be named properties["age"] instead.

dumpfi
dumpfi is offline   Reply With Quote
Old 08-30-2004, 06:34 AM   PM User | #3
glenngv
Supreme Master coder!


 
glenngv's Avatar
 
Join Date: Jun 2002
Location: Los Angeles, CA Original Location: Philippines
Posts: 10,241
Thanks: 0
Thanked 112 Times in 111 Posts
glenngv will become famous soon enough
Michiel, see my sig for more info of th Square Bracket Notation that dumpfi used.
__________________
Glenn
_____________________________________________
Play Tower of Hanoi Android app (Ad-FREE!)
Play Tower of Hanoi Android app (FREE!)
Go to Tower of Hanoi Leaderboard
Play Tower of Hanoi Facebook app
glenngv is offline   Reply With Quote
Old 08-30-2004, 08:00 AM   PM User | #4
Michiel
Regular Coder

 
Join Date: Jul 2002
Location: The Netherlands
Posts: 252
Thanks: 0
Thanked 0 Times in 0 Posts
Michiel is an unknown quantity at this point
Glenngv,

thanx for that info .. I didn't know about that possibility at all! Anyways, I've added the page to my bookmarks

Cheers, Michiel
Michiel is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:17 AM.


Advertisement
Log in to turn off these ads.