Computing.Net > Forums > Programming > Javascript Verify CheckBox field

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Javascript Verify CheckBox field

Reply to Message Icon

Name: suspect52732
Date: January 6, 2005 at 12:43:00 Pacific
OS: XP
CPU/Ram: 2.4/512
Comment:

I am tring to write a validation script that will check if all the check boxes that are listed are checked (or unchecked) This doesnt have to be fancy, just has to work.

Here is what I have:



if (checkbox.value == unchecked)
{
window.alert("Please check the box");
return false;
}



Sponsored Link
Ads by Google

Response Number 1
Name: BlueRaja
Date: January 6, 2005 at 13:47:15 Pacific
Reply:

Uhh...

So what exactly do you want from us?

BlueRaja.admin@gmail.com


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Javascript Verify CheckBox field

Php email form code help www.computing.net/answers/programming/php-email-form-code-help/14982.html

PHP Script and HTML Forms www.computing.net/answers/programming/php-script-and-html-forms/7635.html

Verify validity of a URL? www.computing.net/answers/programming/verify-validity-of-a-url/12081.html