Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
DCT checkbox value not being picked up in JavaScri
Paul
I'm sure this is smething easy, but whenever I try and get the value of a checkbox or radio button is a JavaScript validation screen (accessed from a DCT) all I get is the last value in the seriec of options wether anything is checked or not. Does nyone recall the proper JavaScript syntax for handling checkboxes and/or radio buttons?
Find more posts tagged with
Comments
Adam Stoller
I'm not positive - but don't you have to look at the 'checked' property of the checkbox or radio button object - not the value. Or am I misunderstanding what you are asking? If so, perhaps you could provide a bit of code as context for the question?
--fish
(Interwoven Senior Technical Consultant)
Paul
Yep, that was it exactly. Like I said it was something very simple. I actually had the answer whack me in the back of the head on my way in to the office this morning. Thanks for the reply.