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
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; }
Summary: I've 2 questions: 1. For the code below, how would I add a validation for if the field subject doesn't equal 'Level 1' 'Level 2' or 'Level 3' it outputs the Error message. elseif ($subject != "Level 1...
Summary: I don't do PHP, but don't think that this is a PHP specific problem. By that I mean that I believe that you'd have the same problem regardless of what server side language you are using. The problem...
Summary: Hi, I've got a form on my page, and in one of the fields the user is asked to type in a URL. Is there a way I can verify the validity of the URL using javascript or coldfusion? I can't seem to find an...