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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 209 - 240 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
209
Hi, I use this validation togheter with a css stylesheet. But the format of the css does not work toghter with the following required and filter. The...
Louis Larsson
louislarsson
Offline Send Email
Jan 2, 2002
10:50 am
210
if you haven't specified an invalid color for the element/form, the script will set the class to "required." try using something like this: <form...
Matthew Frank
somematt
Offline Send Email
Jan 2, 2002
2:24 pm
211
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
Jan 8, 2002
5:58 pm
214
I loaded the validation.htm from the 3.0.1 version and was unable to perform a MASK function. I used different data within the MASK field - validation.htm to...
knighcl
Offline Send Email
Jan 15, 2002
9:58 pm
215
I'm not that surprised to see your note. Can you give me more details; I can try to fix something or give you some help working around the problem. ... From:...
Matthew Frank
somematt
Offline Send Email
Jan 15, 2002
10:07 pm
216
I was merely testing your release package and the validation.htm that was included. I currently do not have a need for this function to work. I went back and...
knighcl
Offline Send Email
Jan 15, 2002
10:19 pm
217
In that case, my current fix is to say, "don't use it." I'm not fond of the code in that section of the script since it came from the old IE-only code without...
Matthew Frank
somematt
Offline Send Email
Jan 15, 2002
11:25 pm
218
The recent 3.0.1 release forces data to have 9.99 MASK for the CURRENCY function. The previous 3.0.0.B2 did not force padding, but 3.0.0.B did. Oracle and...
knighcl
Offline Send Email
Jan 16, 2002
3:13 pm
219
i feel your pain. but i would suggest altering the latest validation script to accept fewer significant digits rather than reverting to an older script--if...
Matthew Frank
somematt
Offline Send Email
Jan 16, 2002
3:38 pm
220
I made the substitution into the js. I tested the code in ie6 and ns4.51 with same validation results. Everything looks good. Thanks as always to the quick...
knighcl
Offline Send Email
Jan 16, 2002
3:51 pm
221
I know that I will be adding international functions like postal code and telephone/mobile/SMS through a browser interface. Along with your test page, you...
knighcl
Offline Send Email
Jan 16, 2002
4:31 pm
222
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
Jan 31, 2002
10:45 pm
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
Online Now 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
Messages 209 - 240 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