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 your group to be featured on the Yahoo! Groups website? 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 250 - 285 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
253
the latest cross-browser script should give you what you want. otherwise, you can use browser detection to write the appropriate script tag src attribute. ......
Matthew Frank
somematt
Offline Send Email
Sep 9, 2002
1:34 pm
254
Hello, I have been trying to use your validation script on a form I am creating at the mo. What I would like is to confirm the password before posting the...
squaremark
Offline Send Email
Sep 26, 2002
10:49 am
255
Please forgive me as I just worked out how to do it. Before I was tryin to post a form inside but now I just moved the function into an onbeforevalidate part...
squaremark
Offline Send Email
Sep 26, 2002
11:19 am
256
__________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com...
lei tz
leitzca
Offline Send Email
Oct 1, 2002
4:39 am
257
I found version 2.2 of Matt's validation script on the Internet and I tested it out. I ran into an error when having <SELECT><OPTION>... field. It complains at...
eol_dungvu
Offline Send Email
Oct 18, 2002
10:15 pm
258
the latest release is 3.1.0, which is a cross-browser version. http://groups.yahoo.com/group/validation/files/Cross-browser/validation.3.1.0.zip not sure what...
Matthew Frank
somematt
Offline Send Email
Oct 27, 2002
11:03 pm
259
Okay, I've got a form that is setup to use version 3.1.0 of the validation script. Everything works great except the SELECT statements. I can't figure out what...
James Q. Stansfield
jqs42
Offline Send Email
Oct 28, 2002
5:07 pm
260
the validation is ultimately fed by the "getValueOf" function in the script. if your SELECT element has a selected OPTION with value equal to the empty string...
Matthew Frank
somematt
Offline Send Email
Oct 28, 2002
10:36 pm
261
Anyone have an answer to checking for equality between two fields? IE: Email & Email2. Thanks in advance, James [Non-text portions of this message have been...
James Q. Stansfield
jqs42
Offline Send Email
Oct 29, 2002
3:01 pm
262
Heh, figured it out: Email_Verify.REGEXP = Email.value; Cheers! ... From: "James Q. Stansfield" <jqs@...> To: <validation@yahoogroups.com> Sent:...
James Q. Stansfield
jqs42
Offline Send Email
Oct 29, 2002
4:56 pm
263
be careful where you set the REGEXP value, since the value property is a "value type" and not a "reference type". it should probably be done in the ...
Matthew Frank
somematt
Offline Send Email
Oct 29, 2002
5:19 pm
264
Okay, you've confused me... I'll admit that it is not a big challenge... How exactly do you use the onbeforevalidate to do this? //James ... From: "Matthew...
James Q. Stansfield
jqs42
Offline Send Email
Oct 29, 2002
7:59 pm
265
well, first off, you should use whatever works. i admit i don't know much about what you're trying to do. the way i would approach this problem is to use...
Matthew Frank
somematt
Offline Send Email
Oct 30, 2002
1:23 pm
266
Okay I understand your reasoning as to why I shouldn't put the value into the REGEXP since it could cause problems based on user input. Perhaps I'll give a...
James Q. Stansfield
jqs42
Offline Send Email
Oct 30, 2002
2:10 pm
267
you can either issue your own alert or call the Validation.Err.raise method. you can copy an example out of the existing code or maybe even the sample page. ...
Matthew Frank
somematt
Offline Send Email
Oct 30, 2002
5:23 pm
271
Hi, I recently downloaded version 3.1.0; I think it's a very promising solution; however, I got some questions/remarks: 1) it seems there isn't a way you can...
echooche2002 <echoput...
echooche2002
Offline Send Email
Dec 27, 2002
4:24 pm
272
the best way to alter or disable is to make targetted changes to the script. you can remove sections of code completely (removing the required marking) or...
Matthew Frank
somematt
Offline Send Email
Dec 29, 2002
11:53 pm
273
Hi Matthew, Some late reply due to ... never mind ... 'the greatest issue was that the timing of individual field validation was off.' don't know what you...
echooche2002 <echoput...
echooche2002
Offline Send Email
Jan 9, 2003
11:59 pm
276
next try: why not having a default radio button: take a poll for instance, you definitely want the user to choose, you don't want to suggest an option, that's...
echooche2002 <echoput...
echooche2002
Offline Send Email
Feb 3, 2003
6:36 pm
277
I have recentely added the validation 3.1.0 version to a project. The only problem I have is that the multi select in select boxes does not work correct...
arenaena <a.slootweg@...
arenaena
Offline Send Email
Feb 21, 2003
8:06 am
279
Hi Matt, In the release notes for the multi-lanuage validation script, you write "Fixed automation server error many clients were experiencing due to use of...
mishigas <ethan@...>
mishigas
Offline Send Email
Mar 1, 2003
2:01 am
280
that's what i discovered happening. the scripting dictionary is unnecessary. you might try using the simple javascript array indexed by strings; or you can...
Matthew Frank
somematt
Offline Send Email
Mar 4, 2003
1:07 am
281
the problem is with the onchange handler my script is generating. if you don't want to use the onchange validation or the AUTO-SUBMIT functionality, you can...
Matthew Frank
somematt
Offline Send Email
Mar 4, 2003
1:26 am
282
Hi Frank , i'd like to write a Dreamweaver Extension for a validation script , based on yours but their is a lot modification that i have to make, as adding a...
fredericnaslis
Offline Send Email
Mar 4, 2003
10:18 pm
283
feel free to do whatever you want with the script--this is my own brand of open source which doesn't require that you share back; it's just my preference. i'd...
Matthew Frank
somematt
Offline Send Email
Mar 5, 2003
3:57 pm
284
Oki thanks , no problems for me, i make my modifications on this script and i m gonna write this extension... ... brand of ... have ... require it. ... ...
fredericnaslis
Offline Send Email
Mar 5, 2003
4:42 pm
285
Hi Matt, Thanxs for you answer I included the lines as you said and it works perfect now!! ... It there also a solution for my second question? The possibility...
arenaena
Offline Send Email
Mar 8, 2003
5:10 pm
Messages 250 - 285 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