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...
Show off your group to the world. Share a photo of your group with us.

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 257 - 292 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
257
I found version 2.2 of Matt's validation script on the Internet and I tested it out. I ran into an error when having <SELECT><OPTION>... field. It complains at...
eol_dungvu
Offline Send Email
Oct 18, 2002
10:15 pm
258
the latest release is 3.1.0, which is a cross-browser version. http://groups.yahoo.com/group/validation/files/Cross-browser/validation.3.1.0.zip not sure what...
Matthew Frank
somematt
Offline Send Email
Oct 27, 2002
11:03 pm
259
Okay, I've got a form that is setup to use version 3.1.0 of the validation script. Everything works great except the SELECT statements. I can't figure out what...
James Q. Stansfield
jqs42
Offline Send Email
Oct 28, 2002
5:07 pm
260
the validation is ultimately fed by the "getValueOf" function in the script. if your SELECT element has a selected OPTION with value equal to the empty string...
Matthew Frank
somematt
Offline Send Email
Oct 28, 2002
10:36 pm
261
Anyone have an answer to checking for equality between two fields? IE: Email & Email2. Thanks in advance, James [Non-text portions of this message have been...
James Q. Stansfield
jqs42
Offline Send Email
Oct 29, 2002
3:01 pm
262
Heh, figured it out: Email_Verify.REGEXP = Email.value; Cheers! ... From: "James Q. Stansfield" <jqs@...> To: <validation@yahoogroups.com> Sent:...
James Q. Stansfield
jqs42
Offline Send Email
Oct 29, 2002
4:56 pm
263
be careful where you set the REGEXP value, since the value property is a "value type" and not a "reference type". it should probably be done in the ...
Matthew Frank
somematt
Offline Send Email
Oct 29, 2002
5:19 pm
264
Okay, you've confused me... I'll admit that it is not a big challenge... How exactly do you use the onbeforevalidate to do this? //James ... From: "Matthew...
James Q. Stansfield
jqs42
Offline Send Email
Oct 29, 2002
7:59 pm
265
well, first off, you should use whatever works. i admit i don't know much about what you're trying to do. the way i would approach this problem is to use...
Matthew Frank
somematt
Offline Send Email
Oct 30, 2002
1:23 pm
266
Okay I understand your reasoning as to why I shouldn't put the value into the REGEXP since it could cause problems based on user input. Perhaps I'll give a...
James Q. Stansfield
jqs42
Offline Send Email
Oct 30, 2002
2:10 pm
267
you can either issue your own alert or call the Validation.Err.raise method. you can copy an example out of the existing code or maybe even the sample page. ...
Matthew Frank
somematt
Offline Send Email
Oct 30, 2002
5:23 pm
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
Messages 257 - 292 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