Current location: Hot Scripts Forums » Programming Languages » ASP » Checkbox Validation?


Checkbox Validation?

Reply
  #1 (permalink)  
Old 05-18-05, 05:58 AM
bconnor bconnor is offline
New Member
 
Join Date: May 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Checkbox Validation?

• At least 1 but no more than 3 checkboxes must be selected from the list of
hobbies.
• If the other checkbox is selected then there must be a value in the associated text field, otherwise this text field must be empty.

Code:
<h3>Please select between 1 and 3 hobbies from the list below:</h3>
      <p><input type="checkbox" name="hobbies" value="stamp" />Stamp Collecting <br/>
      <input type="checkbox" name="hobbies" value="train" />Model Trains <br/>
      <input type="checkbox" name="hobbies" value="golf" />Golf <br/>
      <input type="checkbox" name="hobbies" value="bush" />Bush Walking <br/>
      <input type="checkbox" name="hobbies" value="read" />Reading <br/>
      <input type="checkbox" name="hobbies" value="music" />Music <br/>
      <input type="checkbox" name="hobbies" value="other" />Other &nbsp;<input type="text" name="other" /><br/>
How would i do it?
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Validation summery using Javascript aish JavaScript 2 05-15-05 08:05 AM
Using the checkbox for displaying all results mcrob PHP 2 05-12-05 04:56 PM
Validation oracle_mik JavaScript 4 04-04-05 07:50 PM
server side validation using php jaishalg PHP 3 03-06-05 05:55 AM
checkbox length sCruFyGal JavaScript 1 02-24-04 03:22 AM


All times are GMT -5. The time now is 03:23 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.