• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Radio button array length = 0

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

The problem is i am using radio element in my JSP page and depending upon the results, the page dynamically displays the no of radio buttons which equals the no of results. Now my requirement is that when a user selects one radio button and clicks on a button, the JS function looks for the radio button which is selected and returns the value of the same accordingly. But the problem is when the result is only '1' the array length is 0. Hence how do i overcome this situation to return the value of that radio as the value of array in this case i.e. document.forms[0].radioBtn.length is always undefined. I need something to check that only one radio button is present and then accordingly pass on the value of that radio button.

Thanks in advance
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
https://coderanch.com/t/116597/HTML-JavaScript/Radio-button-array-length

Eric
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic