I am new to writing Javascript and also somewhat restricted as the my companies CMS allows me to enter JS into the body, but I do not have access to the head....
I'm having a couple of problems with IE8 Storing a blank string using setProperty(). This doesn't seem to round-trip correctly. I have changed setProperty()...
Hi, I'm a web designer and one of my client's websites was recently hacked. I was told by my hosting company that one way that might have happened is through...
For some reason I can't get the field to be the same. I've setup .required style to the way I wanted to appear, but if you did not enter the right zipcode and...
Hi all, I have used the validation class since version 3.0.0 and I'm happy with it! However, now I'm using the validation class version 4.0.0 and I having a ...
Hi all, I have used the validation class since version 3.0.0 and I'm happy with it! However, now I'm using the validation class version 4.0.0 and I having a...
Hi All, Is it possible to validate checkboxes? Example: Checkbox to say that the user has read the terms and conditions on a form before they post. Sorry if...
Dear All, I want to use nn-validation.js in my project. I checked its licenses and i found it is free for distribution but I should not alter script. In my...
i'm soliciting feedback on helper functions to make setting up page validation much easier. i have already considered * Validation.require: makes one or more...
i'm looking for a wiki site to host documentation pages for this project. i've found wiki.com and schtuff.com as possible hosts. does anyone have any advice...
i uploaded a fixed beta version that addresses the multiple select defect. i've also started re-numbering the version at 4.0.0 since i'm moving so much code...
I'm using latest 3.2.0. If I include the validation.js and I have a multiple select box, the multiple select box will not allow me to select multiple items....
Hi Matt, Thanks for the great script. I recently implemented 3.2.0 so that I could use the summary feature. I know the script is in beta and I had quite a few...
I have been using your excellent validation script for some time without any problems, but have found a problem when using the latest versions of browsers. IE7...
Is it possible to validate read only fields? I am using a pop-up window to change the contents of a text field, and wish to validate it as "required". When I...
I've been working lately on updating the validation script to handle more XXX and yield more opportunities for customizing behavior and whatnot. As I...
I unpacked the Zip file into a directory on my IIS web server and tried to open validation.htm. I received a general script error on "line 99". Since there's...
so i've already found an issue in this beta with IE. seems IE's javascript implementation doesn't support 'delete'. or at least my use of it. has anyone...
I've just inherited this project from a person who is no longer here. The desired result of this validation is to throw a message if (! rdoCat[0].checked) or...
I have an input field in a form that is <SELECT MULTIPLE NAME="mslist" REQUIRED="on">. If I fill in the form and Submit it I don't get any validation error...
Hi, I have a form with several fields on it which are being validated using the script, works fine. However, I also have a file input field on the form for...
The following validation poll is now closed. Here are the final results: POLL QUESTION: What do you use for Web server processing? CHOICES AND RESULTS - .NET,...
Enter your vote today! Check out the new poll for the validation group: Since I don't know what most of you are working on, I'd like to find out. What would...
I have a form with a static section and then two sections that are displayed or hidden based on a radio button. Is there a way to make the fields required only...
Hi, I've just started using the validation script, which is excellent by the way. However, I am having a problem, for the design which I have been supplied,...
Hi, I've got a simple validation that I need this script to perform: If document.oForm.PrimaryAgentUserID has a value then I want document.oForm.ProjectID to...