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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 145 - 175 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
145
Hello, I am trying to add a new validation check to the script and am running into problems. But that should be expected, because I am pretty new to...
Greg Andora
gandora@...
Send Email
May 2, 2001
10:34 pm
146
Can anybody tell me why this page doesn't work? I get an error stating that the "object doesn't support this property or method" on the first line directly...
Andora, Greg
gandora@...
Send Email
May 2, 2001
11:11 pm
147
in your context, "this" refers to the window object. also, i don't think you need to use the "javascript:" protocol in your onblur definition. the contents of...
Matthew Frank
bigjuju@...
Send Email
May 7, 2001
6:49 pm
148
Thank you. ... From: Matthew Frank [mailto:bigjuju@...] Sent: Sunday, May 06, 2001 3:24 PM To: validation@yahoogroups.com Subject: Re: [validation]...
Andora, Greg
gandora@...
Send Email
May 7, 2001
6:50 pm
149
I have a situation where I have an input type of checkbox in an OR group. The problem is that a checkbox has a value associated with it without the user...
mdframe@...
Send Email
May 17, 2001
1:48 pm
150
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
May 17, 2001
9:36 pm
151
The original IE script wasn't built to handle that functionality. You will probably have to code that yourself. The cross-browser script handles it well. I...
bigjuju@...
Send Email
May 17, 2001
9:42 pm
152
I'm fairly new to JavaScript and am trying to add an additional field validation to the Matthew's canned validation script using the onValidate psuedo method....
Dirk D Wakeham
dirk@...
Send Email
May 24, 2001
11:56 pm
153
when assigned through script, the onvalidate property must be a function: lease_start_date.onvalidate = function(){ return...
Matthew Frank
bigjuju@...
Send Email
May 25, 2001
2:45 pm
154
I checked beta 1 and it doesn't work on nn6. I believe the error is the line: "returnValue=object.getAttribute(property,1);" It works well in nn4 except for...
j0rgepereira@...
Send Email
Jun 1, 2001
2:30 am
155
Has anyone come up with an answer to this question? How about a function to accomplish a maxlenght for a textarea field? ... Javascript ... to ... found ... ...
tad.osborn@...
Send Email
Jun 11, 2001
3:20 pm
156
Hello, I have added some code to account for this. I am using the attribute "MAXCHAR" to specify the maximum number of characters allowed in the textarea. The...
Sree Pillai
sree@...
Send Email
Jun 11, 2001
3:52 pm
157
I need to validate for time. No need for military time, just am/pm. I was also wondering if there was a way that I could prevent the validation script from...
p_salmons@...
Send Email
Jul 6, 2001
7:16 pm
158
you may have some luck if you feel up to it. the beta release of version 3 has a new isDate function which can be used to check time. you could try taking...
Matthew Frank
bigjuju@...
Send Email
Jul 9, 2001
4:08 pm
159
Hello, Stupid question but how do I enforce that a radio option must be selected in a group of radio buttons? I am sure the answer is staring me in the face...
Padgett Rowell
padgett@...
Send Email
Jul 25, 2001
7:48 am
160
i always recommend having one of the selections checked when the page loads. then one button is always checked. that is the standard interface concept behind...
Matthew Frank
bigjuju@...
Send Email
Jul 25, 2001
2:54 pm
161
Cheers, Will look at implementing a custom function and post any solution I come up with. Padgett ... From: Matthew Frank [mailto:bigjuju@...] Sent:...
Padgett Rowell
padgett@...
Send Email
Jul 25, 2001
4:14 pm
162
epiphany! you can use the OR validation to handle this stuff. note, however, that this functionality may not exist in the IE-only script (i think) since it...
bigjuju@...
Send Email
Jul 25, 2001
7:27 pm
163
I'm having a problem trying to programatically change a field from required to not being required. My code successfully removes the required attribute, but the...
Tad.Osborn
tad.osborn@...
Send Email
Aug 2, 2001
4:31 pm
164
I apparently didn't post my response to the whole group... The HTML inserted via the markRequired method is not dynamically removed in the script--only added....
bigjuju@...
Send Email
Aug 7, 2001
4:15 pm
166
Matt, Thank you for providing the web community with this script. It was very useful just now. I did a search on the archives for "Frames" and came back...
brett_veenstra@...
Send Email
Aug 30, 2001
5:28 pm
167
Brett, glad to hear it helped you. my hope is that everyone out there who has found a new approach or technique will share with the group. keep it up. the...
Matthew Frank
bigjuju@...
Send Email
Aug 30, 2001
7:14 pm
168
Does this script work for IE on a Mac? I would think the DOM's are the same, despite the operating system. I can't get it to work.......
tad.osborn@...
Send Email
Sep 8, 2001
8:03 pm
169
Is there anyway to change the validation for an amount field to accept commas separating hundreds? For example: 10,000,000.00 this would be a valid amount. ...
twlichty@...
Send Email
Sep 10, 2001
4:11 pm
170
i don't have a mac, so i will have to rely on others to answer this question. ... From: tad.osborn@... Reply-To: validation@yahoogroups.com To:...
Matthew Frank
bigjuju@...
Send Email
Sep 19, 2001
10:49 pm
171
there is code for that in the cross-browser script--at least in the new beta. p.s. sorry about the delay on these answers. i was trapped in italy for an ...
Matthew Frank
bigjuju@...
Send Email
Sep 19, 2001
10:53 pm
172
Hi everybody, as you might have noticed the number of participants on this list has bounced up to 64 when I signed up just a few minutes ago. I'm just starting...
thomas.rupp@...
Send Email
Sep 22, 2001
10:23 am
173
Hi everybody, the following code always gives message "Please enter a value with fewer than x characters in the <gender> field" x is the number of entries in...
Rupp Thomas (Illwerke)
thomas.rupp@...
Send Email
Sep 22, 2001
11:30 am
174
Lieber Herr Rupp! You can make a small change in the script to make German the default language. Within the definition of the "raise" method (near the top),...
Matthew Frank
bigjuju@...
Send Email
Sep 22, 2001
7:51 pm
175
looks like you've found a bug! i'll look into that. please alert me if you find any more. vielen dank! ... From: "Rupp Thomas (Illwerke)"...
Matthew Frank
bigjuju@...
Send Email
Sep 22, 2001
7:53 pm
Messages 145 - 175 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