/    Sign up×
Community /Pin to ProfileBookmark

Get value of checkbox

I have a form with a few checkboxes

[CODE]
<input type=’checkbox’ name=’idName[1]’ checked><b> Data Cabinet – 7ft – 0113</td></tr>
<input type=’checkbox’ name=’idName[2]’ checked><b> Data Cabinet – 5ft -0463</td></tr>
<input type=’checkbox’ name=’idName[3]’ ><b> Data Cabinet – 5ft – 0463</td></tr>

[/CODE]

I have a string with numbers of the name.
For instance the string “1,3”
Where I am trying to get the value of idName[1] and idName[3]

[CODE]

newTempArray = s1.split(“,”);

for(var i=0; i<newTempArray.length; i++){
k = newTempArray[i] ;
m = ‘idName[‘ + k + ‘]’;
tempElement = document.getElementsByTagName(m);
document.write(tempElement);
document.write(tempElement.getAttribute(‘checkbox’) );
}
[/CODE]

However I am getting an error on getting the elements value.
How can I get the elements checked status?

thanks

to post a comment
JavaScript

1 Comments(s)

×

Success!

Help @gregd spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...