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 182 - 215 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
182
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
Oct 18, 2001
8:23 pm
183
I receive the following error message: "Required" is undefined when running the validation.js file. It is pointing to the following line of code: with...
maxons@...
maxons
Offline Send Email
Nov 7, 2001
6:52 pm
184
my best guess is that either document.oForm is undefined or oForm does not have an element named "Required". can you provide a URL or HTML for us to look at? ...
Matthew Frank
somematt
Offline Send Email
Nov 7, 2001
7:28 pm
185
Using the below style, my input boxes which are designated as required show up with the thin red border. How do I get any of the other "styles" to work, i.e....
maxons@...
maxons
Offline Send Email
Nov 13, 2001
6:00 pm
186
they are for CSS level 2 compliant browsers. your browser may not support them. http://www.w3.org/TR/REC-CSS2/selector.html#q1 ... From:...
Matthew Frank
somematt
Offline Send Email
Nov 13, 2001
6:30 pm
187
I'm using IE5.5. What is the difference between the following: input.required {border: thin solid red} input[type="text"].required {border: 1px dashed red} ...
maxons@...
maxons
Offline Send Email
Nov 13, 2001
6:45 pm
188
[type="text"] is a specific type of style selector. the link should explain what it means. basically, the second rule applies only to -textboxes- marked...
Matthew Frank
somematt
Offline Send Email
Nov 13, 2001
6:59 pm
189
Hello, I've been trying to use Java to created a required field on my form. All works well, pop-up lets user know if a field is missing. But when all...
homeroom1@...
homeroom1
Online Now Send Email
Nov 17, 2001
3:58 pm
190
try using onsubmit="return checkRequired(this);" using the "return" keyword lets the browser know to cancel the onsubmit default action if the return value is...
Matthew Frank
somematt
Offline Send Email
Nov 17, 2001
6:09 pm
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
Messages 182 - 215 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