This is a discussion on "form validation with radio butoon" within the JavaScript Forum section. This forum, and the thread "form validation with radio butoon are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
form validation with radio butoon
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
form validation with radio butoon
hi i am using the following script to validate if a user did choose from the radio button
if ( (valfield[0].checked == false ) && (valfield[1].checked == false )) { msg (infofield, "warn", "Please choose from property inclusion"); return false;} this script works using Onsubmit handler which validates the form all together, but i also wants to use line validation i am confuse where to put the onchange handler. PLEASE HELP |
|
|
![]() |
| Tags |
| radio button problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] large radio button form submit | chriscant | JavaScript Forum | 7 | Oct 25th, 2007 09:03 |
| redirecting form based on radio button values | c_martini | JavaScript Forum | 7 | Oct 9th, 2007 10:26 |
| How do i submit a form with radio buttons ? | Accurax | Web Page Design | 5 | May 12th, 2007 18:34 |
| Help needed with creating a radio button form | sing2trees | PHP Forum | 1 | Nov 13th, 2006 05:52 |
| problem with radio button in form validation | augustus_emperor | JavaScript Forum | 1 | Apr 22nd, 2004 13:08 |