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...
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...