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 271 - 303 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
271
Hi, I recently downloaded version 3.1.0; I think it's a very promising solution; however, I got some questions/remarks: 1) it seems there isn't a way you can...
echooche2002 <echoput...
echooche2002
Offline Send Email
Dec 27, 2002
4:24 pm
272
the best way to alter or disable is to make targetted changes to the script. you can remove sections of code completely (removing the required marking) or...
Matthew Frank
somematt
Offline Send Email
Dec 29, 2002
11:53 pm
273
Hi Matthew, Some late reply due to ... never mind ... 'the greatest issue was that the timing of individual field validation was off.' don't know what you...
echooche2002 <echoput...
echooche2002
Offline Send Email
Jan 9, 2003
11:59 pm
276
next try: why not having a default radio button: take a poll for instance, you definitely want the user to choose, you don't want to suggest an option, that's...
echooche2002 <echoput...
echooche2002
Offline Send Email
Feb 3, 2003
6:36 pm
277
I have recentely added the validation 3.1.0 version to a project. The only problem I have is that the multi select in select boxes does not work correct...
arenaena <a.slootweg@...
arenaena
Offline Send Email
Feb 21, 2003
8:06 am
279
Hi Matt, In the release notes for the multi-lanuage validation script, you write "Fixed automation server error many clients were experiencing due to use of...
mishigas <ethan@...>
mishigas
Offline Send Email
Mar 1, 2003
2:01 am
280
that's what i discovered happening. the scripting dictionary is unnecessary. you might try using the simple javascript array indexed by strings; or you can...
Matthew Frank
somematt
Offline Send Email
Mar 4, 2003
1:07 am
281
the problem is with the onchange handler my script is generating. if you don't want to use the onchange validation or the AUTO-SUBMIT functionality, you can...
Matthew Frank
somematt
Offline Send Email
Mar 4, 2003
1:26 am
282
Hi Frank , i'd like to write a Dreamweaver Extension for a validation script , based on yours but their is a lot modification that i have to make, as adding a...
fredericnaslis
Offline Send Email
Mar 4, 2003
10:18 pm
283
feel free to do whatever you want with the script--this is my own brand of open source which doesn't require that you share back; it's just my preference. i'd...
Matthew Frank
somematt
Offline Send Email
Mar 5, 2003
3:57 pm
284
Oki thanks , no problems for me, i make my modifications on this script and i m gonna write this extension... ... brand of ... have ... require it. ... ...
fredericnaslis
Offline Send Email
Mar 5, 2003
4:42 pm
285
Hi Matt, Thanxs for you answer I included the lines as you said and it works perfect now!! ... It there also a solution for my second question? The possibility...
arenaena
Offline Send Email
Mar 8, 2003
5:10 pm
286
Aggregating all the validation messages in one pop-up wouldn't be too difficult, but it could get troublesome when the number of errors gets too big: 1. the...
Matthew Frank
somematt
Offline Send Email
Mar 8, 2003
11:07 pm
287
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
Mar 20, 2003
10:25 pm
288
I made some modification on Franck's script (avalaible on FormValidator folder). Those are : * Manage style by a CSS for required fields, error message etc.. *...
fredericnaslis
Offline Send Email
Mar 20, 2003
10:32 pm
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
Messages 271 - 303 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