Hi I want to validate the text in field against maxlenth of the feild which is decided at runtime. I think follwoing bit from validation.js needs some changes....
Dear Validation-group members, I work for Opera Software with customer support and testing. I was contacted by someone trying to register at http://www. ...
My apologies to the last two posters. I had not realized there were no notifications for administrative functions in Yahoo!Groups. I will add the parentheses...
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...
Apr 30, 2004 12:03 am
343
I've been thinking about this one for a bit. I don't think you want or need better client validation. Your issue, in my mind, is with Oracle, which is simply...
I have a situation with an issue management application I've developed. It already uses the excellent validation script to control which fields are mandatory...
it should be as simple as the following, provided i understand your situation correctly. you'll obviously need to switch the simple names i've used with...
"True" is not a valid boolean value in javascript. all keywords are lowercase. if you put the value in quotes, it should work. another approach is to script...
... Ah thanks for that, that explains the problem ... I did think about this, but the advantage of changing the textarea to be required when the other field...
Hi First if all I want to say thanks for this incredible useful script. I was playing with the idea of writing one by myself, however this validation script...
i really recommend that people use the cross-browser script since it's the one i'm supporting (for what that's worth). i'm fairly sure that the empty string...
Hi You are right. After posting this message I did check the Cross-browser script and it seems that the cross-browser is more recent (last update on the...
Hello, my apologies if this mail is considered off-topic for this group. Are you aware of the work going on at the Web Hypertext Application Technology WG? I...
the easiest fix i know of is to make the other submit button a non-submit button and give it an onclick handler which calls form.submit(). you might be able...
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...
it may seem counterintuitive [which is why it was originally designed as you expected], but there's a reason behind it, albeit only for my convenience. by...
Hi, Try to rename form object named "AND" Because and is keyword ... From: btado To: validation@yahoogroups.com Sent: Wednesday, September 01, 2004 7:18 PM ...
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,...
calling submit() directly bypasses the onsubmit handler. if you simply add something like the following, it should work the way you want. <a href="#"...
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...
there should be an example in the validation.htm file in the ZIP download. i believe it requires javascript since the validation logic doesn't support IDs...
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...