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 191 - 224 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
191
I was using the MAX element callout - it validated on all cases except when the input = MAX value and some other various values. I was unable to figure out the...
knighcl
Offline Send Email
Dec 13, 2001
3:00 am
194
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
Dec 13, 2001
8:18 pm
195
I put in the new update and received the same conditions. I guess that it seems that it is doing a character comparison instead of a numeric value. What were...
knighcl
Offline Send Email
Dec 18, 2001
6:43 pm
196
looks to me like the quotes are causing the problem. don't know why that is a problem at the moment. it may be the parseFloat comparison. try setting the...
Matthew Frank
somematt
Offline Send Email
Dec 18, 2001
7:17 pm
197
Matthew, Thanks for the reply. I changed my conditions to values and the functions work as described with the newer js release. I just have to stop thinking...
knighcl
Offline Send Email
Dec 19, 2001
10:55 pm
198
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...
louislarsson
Offline Send Email
Dec 20, 2001
8:50 am
199
Glad I could help. I still think you should be able to use string values there if you want--simply because that value should be able to come from an HTML...
Matthew Frank
somematt
Offline Send Email
Dec 20, 2001
2:39 pm
200
I had an error that I was testing for ... just to update the group. I was evaluating the currency format - using the sample form in the zip. If the number was...
knighcl
Offline Send Email
Dec 20, 2001
4:20 pm
201
Happy Holiday... to everyone. Just wanted to ask if anybody knows how to use validation.js if you are using DTC on Visual Interdev 6. If ever just a simple...
Ariel Martinez
ariel@...
Send Email
Dec 26, 2001
1:59 am
202
You should be able to use it in the 'normal' way. Might be an interesting project to write an addin to expose the form & control object model with the extra...
padgett@...
padgettshelley
Offline Send Email
Dec 26, 2001
2:36 pm
203
Padgett So, that means I can only used the HTML form not the DTC? Really cant understand so much what your talking about... can you help me out... or give me...
Ariel Martinez
ariel@...
Send Email
Dec 27, 2001
5:26 am
204
Ariel, The DTC is a graphical representation of a block of code within interdev. Each DTC relies on a series of scripts that are created when you create your...
Padgett Rowell
padgettshelley
Offline Send Email
Dec 27, 2001
9:39 am
205
Padgett, Thanks again... Okey.. now I get it... but the problem here in our office... we are not allowed to change the DTC to View as text. Matt mention about...
Ariel Martinez
ariel@...
Send Email
Dec 27, 2001
9:48 am
206
Ariel, Matts code looks good to me. (he wrote the validation scripts so is the highest voice of authority here). Give it a bash and let us all know how it...
Padgett Rowell
padgettshelley
Offline Send Email
Dec 27, 2001
9:55 am
207
Padgett, Thanks... 'well do you have an ICQ so that if ever I need help I could ask some simple questions on you directly? Mine is 47631584. Thanks again......
Ariel Martinez
ariel@...
Send Email
Dec 27, 2001
10:01 am
208
Ariel, Nope sorry, I am not on ICQ. Matts validation scripts work by extending a controls object model by dynamically adding properties. In his sample code,...
Padgett Rowell
padgettshelley
Offline Send Email
Dec 27, 2001
12:02 pm
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
Messages 191 - 224 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