I saw confirmation today that version 3 is not compatible with IE4. I do not intend to re-work some of the things I've seen unless I need it for my own project...
Hi Matthew, I once again downloaded the newest version of your great script. As I'm sitting in Austria I translated the messages from English to German. ...
It's definitely possible. You may have some trouble when the messages are built from several different strings--z.B., in the messages that include min/max...
Hi Matthew, I could think of two ways: 1) Put all the text literals in one place so they can be easily changed. Now: Validation.Err.raise(element,"Please enter...
Hi Matthew, I could think of two ways: 1) Put all the text literals in one place so they can be easily changed. Now: Validation.Err.raise(element,"Please enter...
The original script for IE was multilingual. I used the method you described using named messages. The old script should be available from the yahoo groups...
Hello, I am starting to use the validation script which is great in it simplicity to setup a page. I want to know how I can have the messages for all of the...
to make all messages appear at once, you will need to modify the Err.raise method to store all the errors rather than throwing a single message each time. You...
hi, i've the following case : i've form of 2 fields 1st fields is text the secand is date i want make validation to check the the first field if it's not empty...
I have begun work on version 3.1.0 which includes some (well, many) bug fixes and additional functionality. I am guessing that most people did not come across...
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 23, 2002 8:11 pm
237
Hi Guys, I am currently validating a form using the 'else' statement for each field. This works fine, but it would obviously be much more efficient if I could...
With the help of a learned co-worker I managed to work out how to bring up an alert listing all empty fields. Using the element names we formed an array with...
you'll have to give us more information. can you provide a link or sample code? ... From: "chha33" <chha33@...> Reply-To: validation@yahoogroups.com ...
Ok, for example the page that came with the files, validation.htm. I write an invalid format in one of the date fields, for example 333, then I click on reset....
there is probably an attribute on the FORM tag called "validate-onchange" that you want to remove. OR you can set "suppress-onchange-message" to "on" to keep...
Well I have version 2.21 and if I remove the validate="onchange" then it won´t validate at all. ... onchange" ... message" to "on" ... be the ... number of...
your version is specific to IE. try doing something like this: <form validate="on" ... > the readme file should tell you how to use the attributes. ... From:...
I have downloaded version 3.1.0 and testing the validation.htm. When I doubleclick on it(and the adress bara says E:\Inetpub\WWWROOT\gow\validation.htm)it...
the only thing i can come up with is that the script is not in the same directory as the page (which is a good thing if you mean to use the script on an entire...
hello Im currently using version 2.21 where can I get version 3.1.0 ? many thanks ... From: validation@yahoogroups.com [mailto:validation@yahoogroups.com] ...
I can't seem to figure out how to implement validation on a radio button group. I don't want a default choice for the radio button. How can I require a choice...
<script type="text/javascript"> radio[0].OR = new Array(radio[1], radio[2], radio[3], radio[4]); radio[0]["OR-MESSAGE"] = "Please select one of the radio...
Can I combine using both nn-validation and validation. I want to support cross-browser from one hand but enjoy the advantages of IE only script (e.g. filter)...