• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

simple javascript radio button doubt

 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
I had a code,that produced 3 radio buttons,and used this javascript code to check if any one of them is selected or not

This code produced the radio buttons before:


But now I changed the code,and I am jus producing one radio button at a time,but when I select that button and click submit,that javascript function still says -"select a box".So can someone please tell me what to change in the javascript function???
[ April 26, 2006: Message edited by: jas oberai ]
 
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try this



i didn't test it yet, but it should work

hope this help
reply
    Bookmark Topic Watch Topic
  • New Topic