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 349 - 379 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
349
Hi First if all I want to say thanks for this incredible useful script. I was playing with the idea of writing one by myself, however this validation script...
timeu_s
Offline Send Email
Aug 10, 2004
12:49 am
350
i really recommend that people use the cross-browser script since it's the one i'm supporting (for what that's worth). i'm fairly sure that the empty string...
somematt
Offline Send Email
Aug 10, 2004
1:00 am
351
Hi You are right. After posting this message I did check the Cross-browser script and it seems that the cross-browser is more recent (last update on the...
timeu_s
Offline Send Email
Aug 10, 2004
10:52 am
353
Hello, my apologies if this mail is considered off-topic for this group. Are you aware of the work going on at the Web Hypertext Application Technology WG? I...
Hallvord R. M. Steen
hallvors
Offline Send Email
Aug 26, 2004
1:06 pm
354
the easiest fix i know of is to make the other submit button a non-submit button and give it an onclick handler which calls form.submit(). you might be able...
Matthew Frank
somematt
Offline Send Email
Aug 26, 2004
2:15 pm
355
Hi, I've got a simple validation that I need this script to perform: If document.oForm.PrimaryAgentUserID has a value then I want document.oForm.ProjectID to...
btado
Offline Send Email
Sep 1, 2004
4:20 pm
356
I figured out the problem.... The .AND requirement needed to be on the other element. Seems counter intuitive but it works....
btado
Offline Send Email
Sep 1, 2004
5:00 pm
357
it may seem counterintuitive [which is why it was originally designed as you expected], but there's a reason behind it, albeit only for my convenience. by...
Matthew Frank
somematt
Offline Send Email
Sep 1, 2004
6:05 pm
358
Hi, Try to rename form object named "AND" Because and is keyword ... From: btado To: validation@yahoogroups.com Sent: Wednesday, September 01, 2004 7:18 PM ...
Nuri AKMAN
akmannuri
Offline Send Email
Sep 2, 2004
12:02 pm
359
Hi, I've just started using the validation script, which is excellent by the way. However, I am having a problem, for the design which I have been supplied,...
s_chadaway
Offline Send Email
Oct 3, 2004
3:19 pm
360
calling submit() directly bypasses the onsubmit handler. if you simply add something like the following, it should work the way you want. <a href="#"...
somematt
Offline Send Email
Oct 3, 2004
7:49 pm
361
Thats excellent, worked a treat, thanks very much! ... want. ... by ... have ... submit ... not ... find...
s_chadaway
Offline Send Email
Oct 4, 2004
12:55 pm
362
I have a form with a static section and then two sections that are displayed or hidden based on a radio button. Is there a way to make the fields required only...
rschaeferiii
Offline Send Email
Oct 7, 2004
6:37 pm
363
there should be an example in the validation.htm file in the ZIP download. i believe it requires javascript since the validation logic doesn't support IDs...
somematt
Offline Send Email
Oct 8, 2004
1:52 pm
364
Enter your vote today! A new poll has been created for the validation group: What do you use for Web server processing? o .NET o JSP (anything Java) o Cold...
validation@yahoogroup...
Send Email
Nov 16, 2004
3:10 am
365
The following validation poll is now closed. Here are the final results: POLL QUESTION: What do you use for Web server processing? CHOICES AND RESULTS - .NET,...
validation@yahoogroup...
Send Email
Nov 30, 2004
9:00 am
366
Hi, I have a form with several fields on it which are being validated using the script, works fine. However, I also have a file input field on the form for...
s_chadaway
Offline Send Email
Jan 20, 2005
5:19 pm
367
what version are you using? i'll check what's on line 453....
somematt
Offline Send Email
Jan 20, 2005
5:36 pm
368
Version 3.1.3 is the latest entry in the readme file ... what version are you using? i'll check what's on line 453. ... being validated ... a file input field...
Chadaway Steve
s_chadaway
Offline Send Email
Jan 20, 2005
5:46 pm
369
... if(element.value && element.type != "file") element.value = trim(element.value); <<< i haven't done much testing on the script with this change, so i don't...
somematt
Offline Send Email
Jan 20, 2005
11:39 pm
370
I've put that line in and the problem seems to have cleared up fine. Thanks for your help. ... if(element.value && element.type != "file") element.value = ...
Chadaway Steve
s_chadaway
Offline Send Email
Jan 21, 2005
4:03 pm
371
I have an input field in a form that is <SELECT MULTIPLE NAME="mslist" REQUIRED="on">. If I fill in the form and Submit it I don't get any validation error...
rschaeferiii
Offline Send Email
Feb 10, 2005
3:27 am
372
the code for determining the value of a select-multiple: ************************************** case "select-multiple" : for(var...
somematt
Offline Send Email
Feb 10, 2005
2:17 pm
373
I was afraid that custom validation was going to be the answer... This page has about 300 lines of Javascript field validation code. I was hoping to use ...
Schaefer, Richard W (...
rschaeferiii
Offline Send Email
Feb 10, 2005
2:29 pm
374
at that point, i'd just update the script. i think that's the path of least resistance. ... This page ... hoping to use ... value then ... ...
somematt
Offline Send Email
Feb 10, 2005
2:46 pm
375
Something like? case "select-multiple" : for(var i=0,iOptions=element.options.length; i<iOptions; i++) if(element.options[i].selected && ...
Schaefer, Richard W (...
rschaeferiii
Offline Send Email
Feb 10, 2005
2:52 pm
376
I've just inherited this project from a person who is no longer here. The desired result of this validation is to throw a message if (! rdoCat[0].checked) or...
William
williamdunn95
Offline Send Email
Feb 17, 2005
10:01 pm
377
i've used something like this before: ***************** with (document.forms[0]) { radioButtonGroup[0].OR= [radioButtonGroup[1]]; dropdown.AND =...
somematt
Offline Send Email
Feb 27, 2005
2:37 am
378
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
Aug 4, 2005
6:01 pm
379
so i've already found an issue in this beta with IE. seems IE's javascript implementation doesn't support 'delete'. or at least my use of it. has anyone...
somematt
Offline Send Email
Aug 5, 2005
1:08 pm
Messages 349 - 379 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