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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 223 - 252 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
223
I have a form: <FORM METHOD="post" name="treeform" validate="onchange" invalidColor="red" onsubmit="alert('Perfect');return false;" mark year4...
timmy_st
Offline Send Email
Feb 12, 2002
6:04 am
224
if(oForm.onsubmit()!=false) oForm.submit(); ... From: "timmy_st" <res06mgb@...> Reply-To: validation@yahoogroups.com To: validation@yahoogroups.com ...
Matthew Frank
somematt
Offline Send Email
Feb 14, 2002
5:55 pm
225
I saw confirmation today that version 3 is not compatible with IE4. I do not intend to re-work some of the things I've seen unless I need it for my own project...
somematt
Offline Send Email
Feb 27, 2002
9:51 pm
226
Hi Matthew, I once again downloaded the newest version of your great script. As I'm sitting in Austria I translated the messages from English to German. ...
Rupp Thomas (Illwerke)
rt012001
Offline Send Email
Mar 9, 2002
5:08 pm
227
It's definitely possible. You may have some trouble when the messages are built from several different strings--z.B., in the messages that include min/max...
Matthew Frank
somematt
Offline Send Email
Mar 10, 2002
9:37 pm
228
Hi Matthew, I could think of two ways: 1) Put all the text literals in one place so they can be easily changed. Now: Validation.Err.raise(element,"Please enter...
rt012001
Offline Send Email
Mar 13, 2002
6:38 pm
229
Hi Matthew, I could think of two ways: 1) Put all the text literals in one place so they can be easily changed. Now: Validation.Err.raise(element,"Please enter...
rt012001
Offline Send Email
Mar 13, 2002
6:42 pm
230
The original script for IE was multilingual. I used the method you described using named messages. The old script should be available from the yahoo groups...
Matthew Frank
somematt
Offline Send Email
Mar 13, 2002
10:12 pm
231
Hello, I am starting to use the validation script which is great in it simplicity to setup a page. I want to know how I can have the messages for all of the...
desafinado_13
Offline Send Email
Mar 27, 2002
6:35 pm
232
to make all messages appear at once, you will need to modify the Err.raise method to store all the errors rather than throwing a single message each time. You...
Matthew Frank
somematt
Offline Send Email
Mar 27, 2002
11:00 pm
233
hi, i've the following case : i've form of 2 fields 1st fields is text the secand is date i want make validation to check the the first field if it's not empty...
king_whale
Offline Send Email
Apr 1, 2002
9:09 am
234
i'm not sure i understand the setup you want. what i'm reading is that the second field requires a date format but is not required. <script> ...
Matthew Frank
somematt
Offline Send Email
Apr 1, 2002
10:25 pm
235
I have begun work on version 3.1.0 which includes some (well, many) bug fixes and additional functionality. I am guessing that most people did not come across...
somematt
Offline Send Email
Apr 10, 2002
6:34 pm
236
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
Apr 23, 2002
8:11 pm
237
Hi Guys, I am currently validating a form using the 'else' statement for each field. This works fine, but it would obviously be much more efficient if I could...
xess23
Offline Send Email
May 6, 2002
12:07 am
238
I second his request. Maybe a new feature for the next version of Matt's Validation Script? ... ...
Alwyn Balingit
thenonhacker
Offline Send Email
May 7, 2002
9:16 am
239
With the help of a learned co-worker I managed to work out how to bring up an alert listing all empty fields. Using the element names we formed an array with...
xess23
Offline Send Email
May 8, 2002
6:19 am
240
When I click on reset, it still does a validation and doesn´t reset. Only when I click reset a second time, it resets like it should?...
chha33
Offline Send Email
Jul 8, 2002
1:39 pm
241
you'll have to give us more information. can you provide a link or sample code? ... From: "chha33" <chha33@...> Reply-To: validation@yahoogroups.com ...
Matthew Frank
somematt
Offline Send Email
Jul 8, 2002
5:33 pm
242
Ok, for example the page that came with the files, validation.htm. I write an invalid format in one of the date fields, for example 333, then I click on reset....
chha33
Offline Send Email
Jul 8, 2002
7:50 pm
243
there is probably an attribute on the FORM tag called "validate-onchange" that you want to remove. OR you can set "suppress-onchange-message" to "on" to keep...
Matthew Frank
somematt
Offline Send Email
Jul 8, 2002
8:46 pm
244
Well I have version 2.21 and if I remove the validate="onchange" then it won´t validate at all. ... onchange" ... message" to "on" ... be the ... number of...
chha33
Offline Send Email
Jul 9, 2002
9:23 am
245
your version is specific to IE. try doing something like this: <form validate="on" ... > the readme file should tell you how to use the attributes. ... From:...
Matthew Frank
somematt
Offline Send Email
Jul 9, 2002
1:00 pm
246
I have downloaded version 3.1.0 and testing the validation.htm. When I doubleclick on it(and the adress bara says E:\Inetpub\WWWROOT\gow\validation.htm)it...
chha33
Offline Send Email
Jul 12, 2002
11:33 am
247
the only thing i can come up with is that the script is not in the same directory as the page (which is a good thing if you mean to use the script on an entire...
Matthew Frank
somematt
Offline Send Email
Jul 14, 2002
2:36 pm
248
hello Im currently using version 2.21 where can I get version 3.1.0 ? many thanks ... From: validation@yahoogroups.com [mailto:validation@yahoogroups.com] ...
interactive
interactive@...
Send Email
Jul 28, 2002
6:17 pm
249
http://groups.yahoo.com/group/validation/files/Cross-browser/validation.3.1.0.zip ... From: "interactive" <interactive@...> Reply-To:...
Matthew Frank
somematt
Offline Send Email
Jul 28, 2002
11:35 pm
250
I can't seem to figure out how to implement validation on a radio button group. I don't want a default choice for the radio button. How can I require a choice...
btado
Offline Send Email
Aug 23, 2002
9:05 pm
251
<script type="text/javascript"> radio[0].OR = new Array(radio[1], radio[2], radio[3], radio[4]); radio[0]["OR-MESSAGE"] = "Please select one of the radio...
Matthew Frank
somematt
Offline Send Email
Aug 27, 2002
4:28 pm
252
Can I combine using both nn-validation and validation. I want to support cross-browser from one hand but enjoy the advantages of IE only script (e.g. filter)...
s_birin
Offline Send Email
Sep 9, 2002
10:44 am
Messages 223 - 252 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