Hi, I use this validation togheter with a css stylesheet. But the format of the css does not work toghter with the following required and filter. The...
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...
Jan 8, 2002 5:58 pm
214
I loaded the validation.htm from the 3.0.1 version and was unable to perform a MASK function. I used different data within the MASK field - validation.htm to...
I'm not that surprised to see your note. Can you give me more details; I can try to fix something or give you some help working around the problem. ... From:...
I was merely testing your release package and the validation.htm that was included. I currently do not have a need for this function to work. I went back and...
In that case, my current fix is to say, "don't use it." I'm not fond of the code in that section of the script since it came from the old IE-only code without...
The recent 3.0.1 release forces data to have 9.99 MASK for the CURRENCY function. The previous 3.0.0.B2 did not force padding, but 3.0.0.B did. Oracle and...
i feel your pain. but i would suggest altering the latest validation script to accept fewer significant digits rather than reverting to an older script--if...
I made the substitution into the js. I tested the code in ie6 and ns4.51 with same validation results. Everything looks good. Thanks as always to the quick...
I know that I will be adding international functions like postal code and telephone/mobile/SMS through a browser interface. Along with your test page, you...
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...