Search the web
Sign In
New User? Sign Up
validation · Techniques for HTML form validation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 289 - 318 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
289
Dear all, first of all, thank you very much for this library, I have learnt more javascript from it than from any book. I have been using a customized version...
franck_schmidlin
franck_schmi...
Offline Send Email
Apr 16, 2003
11:04 am
290
Hi i already did that, in fact you just have to make a definition file in a js file, and create a new validation script for work on the server side. Good luck...
fredericnaslis
Offline Send Email
Apr 16, 2003
4:52 pm
291
I like the sound of that. Not sure by what you mean about "have to make a definition file in a js file, and create a new validation script" tho... any chance...
Schmidlin Franck, Home
franck_schmi...
Offline Send Email
Apr 17, 2003
7:13 am
292
Has anyone had problems with forms not submitting when the submit button is pressed on a Macintosch. I seem to be having the issue when select boxes are being...
btado
Offline Send Email
Jul 17, 2003
2:36 pm
293
there is a bug in IE on the Mac. try replacing the browser checks at the bottom of the file with this stuff: // Limit use of script to valid environments ...
Matthew Frank
somematt
Offline Send Email
Jul 17, 2003
3:41 pm
294
Thanks for the reply! This allows the button to submit...however validation is skipped on Macintosh after the below code is added the the validation.js file. ...
btado
Offline Send Email
Jul 18, 2003
3:15 pm
295
you're not missing anything. i suppose i should have been specific in stating that the script doesn't work in IE Mac. you should be able to rely on your...
Matthew Frank
somematt
Offline Send Email
Jul 18, 2003
5:11 pm
296
Hello everybody, I am trying to build a regular expression to validate time data in 24- hour format (without AM/PM). It should be able to validate time strings...
Kaushik Pawar
kaushik_pawar
Offline Send Email
Sep 8, 2003
2:12 pm
297
can't give you an exact answer, but I would think that (code not tested, not even sure parentethis are the best way to group tests!) [0-1][0-9] will test for...
Schmidlin Franck, Home
franck_schmi...
Offline Send Email
Sep 8, 2003
2:50 pm
298
the toDate function in the 3.0.1 validation script can be used to "cast" a value to a datetime. it returns undefined if the conversion fails. if(typeof...
Matthew Frank
somematt
Offline Send Email
Sep 8, 2003
6:03 pm
299
Thanks Franck, This solves my problem as it is working fine for the conditions I want to check. This was a great help. Cheers, Kaushik. ... tested, not ... ...
Kaushik Pawar
kaushik_pawar
Offline Send Email
Sep 9, 2003
4:08 pm
300
Hi, I am using this validation in my app. It works great while i am testing it from the jsp pages. But the way my app works is that, I have a servlet as the...
krishnannaranapatty
krishnannara...
Offline Send Email
Sep 19, 2003
5:30 pm
301
all that matters is what is the BASE url on the resulting page, after the forwarding. if your entry point is http://domain/App/AppAction, then this becomes the...
Schmidlin Franck, Home
franck_schmi...
Offline Send Email
Sep 19, 2003
6:18 pm
302
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...
zlu02
Offline Send Email
Oct 16, 2003
4:46 pm
303
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...
somematt
Offline Send Email
Oct 20, 2003
12:21 pm
304
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...
Send Email
Oct 22, 2003
2:22 pm
305
who has "validation via behaviors.zip" file, please send me. thanks. wangyh@......
wyhfreeman2000
Offline Send Email
Oct 23, 2003
9:51 am
306
the file is available in the Files section of the website under the "IE5+" folder. http://groups.yahoo.com/group/validation/files/IE5%2B/...
somematt
Offline Send Email
Oct 23, 2003
7:05 pm
307
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...
kristenbm
Offline Send Email
Oct 28, 2003
9:42 am
308
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...
Matthew Frank
somematt
Offline Send Email
Oct 28, 2003
11:08 pm
309
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...
Send Email
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...
Matthew Frank
somematt
Offline Send Email
Oct 29, 2003
2:50 am
311
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...
Schmidlin Franck, Home
franck_schmi...
Offline Send Email
Oct 29, 2003
8:23 am
312
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...
Matthew Frank
somematt
Offline Send Email
Oct 29, 2003
11:48 pm
313
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. ...
Schmidlin Franck, Home
franck_schmi...
Offline Send Email
Oct 30, 2003
12:52 am
314
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...
Matthew Frank
somematt
Offline Send Email
Oct 30, 2003
10:55 pm
315
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....
Graham Howe
graham_howe
Online Now Send Email
Nov 13, 2003
12:12 pm
316
... are ... Following a little investigation into the world of Regular Expressions, I have now discovered that the following will meet my requirements: ...
Graham Howe
graham_howe
Online Now Send Email
Nov 13, 2003
12:55 pm
317
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...
somematt
Offline Send Email
Nov 13, 2003
1:07 pm
318
... 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....
Graham Howe
graham_howe
Online Now Send Email
Nov 14, 2003
3:32 pm
Messages 289 - 318 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help