Currently, we use the version 2.2 in an intranet web app. When some branches of our company switch from NT to Win XP, this script makes random errors in ASP...
I received a report of a defect in the datetime (mostly the time) validation in 3.1.0. One of the private functions is not returning an appropriate value. I...
The TRIM function has a new RegEx which seems to be stripping any leading 's' from fields. I can't quite work out what your new RegEx is inteded to do, but I...
i must've made a mistake in the merge of the two source files. anyone else find anymore boneheadedness in the latest? i'll add more and more to the test...
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...
Oct 29, 2003 2:37 am
310
i just uploaded what should be a fix for the trim function. the version now sits at 3.1.2. my apologies for the screw up. i have added the trim functions to...
hhehehe... call me a nerd, but I am actually interested in your test harness. I've already learnt a huge amount through your library, and I am sure you can...
hmmm. where to begin. should i assume people are familiar with automated testing frameworks (e.g. JUnit, NUnit, JsUnit)? i'm not sure that matters in this...
Thanks for that Matthew. No I don't really have any specific questions. Your library is one of a very few pieces of codes I've really enjoyed going through. ...
mmmmm. beer. i appreciate the sentiments, but i honestly don't like the way the code is written at this point. i spent a long time away from it and going...
I have some examples of email addresses that fail validation but are genuine addresses. The problem format seems to be one with an apostrophe in persons name....
... are ... Following a little investigation into the world of Regular Expressions, I have now discovered that the following will meet my requirements: ...
that looks fine to me. i'm not sure why it wasn't in there already since i've had to do the same thing before. must've been a client-specific version of the...
... It is version 3.1.0 of the script according to the information at the top of the page and this is the first time I have altered anything within it....
I have a form that is updating a simple table on a database. The form has fields matching those in the database and the validation script works really well for...
you might could build a keyed array using your server code. var values = new Array(); values["General"] = true; ... and then reference that in your script: ...
... Well I actually managed to sort this out myself in the end, the approach is slightly different to what you suggested so I'll describe it here. I thought...
... Just in case anyone is interested, here is an example of the working script: String.prototype.Trim = function() {return this.replace(/ (^\s+|\s+$)/g,"");} ...
Hi all, I followed Matthew Frank's excellent tutorial at the site: http://www. siteexperts.com/ie5/htc/ts08/page2.asp ...And it works great! However, is there...
the maxLength behavior is not really a validation mechanism but rather a usability feature. to enforce minimum length, you could use the validation script...
I'm trying to use the following and it doesn't seem to be working. The string I want is 2003-2004, basically a year range. Here's my code that I'm using in...
... Something I found it that may help identify the problem. When I comment the JavaScript code and put the following in the HTML code the validation works but...
I just downloaded 3.1.2 and verified the problem seems to exist there as well: If I put some fields within <FIELDSET> tags, the rest of the validation works...
well, i've come up with a simple fix, but i'm trying to write an automated test for it. i'm running into problems with mimicking keystrokes using script. i...
thanks a lot waiting eagerly for fixe version somematt <bigjuju@...> wrote:well, i've come up with a simple fix, but i'm trying to write an automated...