Search the web
Sign In
New User? Sign Up
validation · Techniques for HTML form validation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Radio Validation   Message List  
Reply | Forward Message #276 of 427 |
Re: Radio Validation

next try:

why not having a default radio button: take a poll for instance, you
definitely want the user to choose, you don't want to suggest an
option, that's when you leave the radios blank




Mon Feb 3, 2003 6:36 pm

echooche2002
Offline Offline
Send Email Send Email

Forward
Message #276 of 427 |
Expand Messages Author Sort by Date

Hello, Stupid question but how do I enforce that a radio option must be selected in a group of radio buttons? I am sure the answer is staring me in the face...
Padgett Rowell
padgett@...
Send Email
Jul 25, 2001
7:48 am

i always recommend having one of the selections checked when the page loads. then one button is always checked. that is the standard interface concept behind...
Matthew Frank
bigjuju@...
Send Email
Jul 25, 2001
2:54 pm

Cheers, Will look at implementing a custom function and post any solution I come up with. Padgett ... From: Matthew Frank [mailto:bigjuju@...] Sent:...
Padgett Rowell
padgett@...
Send Email
Jul 25, 2001
4:14 pm

epiphany! you can use the OR validation to handle this stuff. note, however, that this functionality may not exist in the IE-only script (i think) since it...
bigjuju@...
Send Email
Jul 25, 2001
7:27 pm

I can't seem to figure out how to implement validation on a radio button group. I don't want a default choice for the radio button. How can I require a choice...
btado
Offline Send Email
Aug 23, 2002
9:05 pm

<script type="text/javascript"> radio[0].OR = new Array(radio[1], radio[2], radio[3], radio[4]); radio[0]["OR-MESSAGE"] = "Please select one of the radio...
Matthew Frank
somematt
Offline Send Email
Aug 27, 2002
4:28 pm

next try: why not having a default radio button: take a poll for instance, you definitely want the user to choose, you don't want to suggest an option, that's...
echooche2002 <echoput...
echooche2002
Offline Send Email
Feb 3, 2003
6:36 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help