Enter your vote today! A new poll has been created for the validation group: What do you use for Web server processing? o .NET o JSP (anything Java) o Cold...
validation@yahoogroup...
Nov 16, 2004 3:10 am
365
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,...
validation@yahoogroup...
Nov 30, 2004 9:00 am
366
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...
Version 3.1.3 is the latest entry in the readme file ... what version are you using? i'll check what's on line 453. ... being validated ... a file input field...
... if(element.value && element.type != "file") element.value = trim(element.value); <<< i haven't done much testing on the script with this change, so i don't...
I've put that line in and the problem seems to have cleared up fine. Thanks for your help. ... if(element.value && element.type != "file") element.value = ...
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...
I was afraid that custom validation was going to be the answer... This page has about 300 lines of Javascript field validation code. I was hoping to use ...
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...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Aug 4, 2005 6:01 pm
379
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 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...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Sep 2, 2005 1:41 pm
382
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Sep 10, 2005 4:37 am
383
i still can't re-create the defect below. can anyone else confirm the bahvior? anyone have any ideas on what's up? i'm running jetty for development, so that...
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...
On Thu, 15 Sep 2005 22:47:00 +0200, somematt <matthew.a.frank@...> ... I'm not a neutral user of your script :-) but something I would like to see is...
I don't intend to go so far as to create some kind of custom API project. I was intending more to separate the noise from the actual implementation of the...
are you using the validation script from the Files section? if you are, you only need to set the datetime attribute of the field you want to validate: <input...
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...
unfortunately, that behavior is by design. the "isValidElement" private method specifically prevents validation on disabled and readonly elements. you have a...
looks like a bug alright. i must have changed the name of the variable in only part of the function. i'll be sure to add a test case for it to my JsUnit test...