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 398 - 427 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
398
... so ... Any progress at all? Unfortunately I don't have the screen space to use a checkbox list as there are a lot of options in each dropdown and several...
Graham Howe
graham_howe
Online Now Send Email
May 16, 2006
10:57 am
399
i haven't made any progress except to discover that i don't know the underlying cause. if i comment out a method assignment, it works okay, but the script...
somematt
Offline Send Email
May 16, 2006
1:25 pm
400
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 19, 2006
2:07 am
401
I added a DO-NOT-VALIDATE attribute that should enable you to bypass individual fields in validation. <select multiple="multiple" do-not-validate="true" ... ...
somematt
Offline Send Email
May 19, 2006
2:22 am
402
... Sorry I didn't reply earlier, but just to let you know that the workaround works perfectly for me thanks very much. Graham...
Graham Howe
graham_howe
Online Now Send Email
Jun 20, 2006
5:54 pm
403
Hi Matt, Thanks for the great script. I recently implemented 3.2.0 so that I could use the summary feature. I know the script is in beta and I had quite a few...
daveherman71
Offline Send Email
Aug 9, 2006
1:41 am
404
it's funny you bring up the idea of updates just now. i have recently created a subversion repository on the Google hosting site ...
somematt
Offline Send Email
Aug 9, 2006
7:06 pm
405
I'm using latest 3.2.0. If I include the validation.js and I have a multiple select box, the multiple select box will not allow me to select multiple items....
maddogv6
Offline Send Email
Aug 18, 2006
8:35 pm
406
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
Aug 18, 2006
10:33 pm
407
i uploaded a fixed beta version that addresses the multiple select defect. i've also started re-numbering the version at 4.0.0 since i'm moving so much code...
somematt
Offline Send Email
Aug 18, 2006
10:38 pm
408
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
Aug 21, 2006
2:55 am
409
i'm looking for a wiki site to host documentation pages for this project. i've found wiki.com and schtuff.com as possible hosts. does anyone have any advice...
somematt
Offline Send Email
Aug 22, 2006
11:14 pm
410
i'm soliciting feedback on helper functions to make setting up page validation much easier. i have already considered * Validation.require: makes one or more...
somematt
Offline Send Email
Aug 26, 2006
8:49 pm
411
One off my head is: Element.equalTo(anotherElement) - compares to see if value in current element is equal to value in second element. This I had to implement...
maddogv6
Offline Send Email
Aug 29, 2006
4:51 pm
412
Dear All, I want to use nn-validation.js in my project. I checked its licenses and i found it is free for distribution but I should not alter script. In my...
t_mazen
Offline Send Email
Jun 6, 2007
3:15 pm
413
as the author, i'll tell you that you can use the files however you want. i'd prefer that you leave the header intact, but even that i don't care about that...
somematt
Offline Send Email
Jun 6, 2007
3:22 pm
414
Hi All, Is it possible to validate checkboxes? Example: Checkbox to say that the user has read the terms and conditions on a form before they post. Sorry if...
itnetx_chris
Offline Send Email
Nov 7, 2007
2:13 pm
415
you should be able to validate a checkbox just as easily as a textbox: e.g., if you set REQUIRED to true, the checkbox validation will fail unless the checkbox...
somematt
Offline Send Email
Nov 7, 2007
3:48 pm
416
Hi all, I have used the validation class since version 3.0.0 and I'm happy with it! However, now I'm using the validation class version 4.0.0 and I having a...
fac_pos
Offline Send Email
Nov 13, 2007
4:15 pm
417
Hi all, I have used the validation class since version 3.0.0 and I'm happy with it! However, now I'm using the validation class version 4.0.0 and I having a ...
Fabiano Costa
fac_pos
Offline Send Email
Nov 13, 2007
4:15 pm
418
it looks like the later versions of Prototype apply custom methods via the dollar function. are you expecting a 'resetValidation' instance method to be on the...
somematt
Offline Send Email
Jan 5, 2008
9:56 pm
419
For some reason I can't get the field to be the same. I've setup .required style to the way I wanted to appear, but if you did not enter the right zipcode and...
ottster35
Offline Send Email
Jun 10, 2008
3:43 pm
420
there is an expectation that you have valid non-null, non-empty attribute values: <input ... required="required" ...>...
somematt
Offline Send Email
Jun 10, 2008
5:15 pm
421
Hi, I'm a web designer and one of my client's websites was recently hacked. I was told by my hosting company that one way that might have happened is through...
raised_on_oddessey2
raised_on_od...
Offline Send Email
Apr 8, 2009
2:48 pm
422
please don't rely exclusively on client (javascript) validation to prevent hacking. javascript in the browser is one of the easiest pieces to hack of...
somematt
Offline Send Email
Apr 8, 2009
5:37 pm
423
I'm having a couple of problems with IE8 Storing a blank string using setProperty(). This doesn't seem to round-trip correctly. I have changed setProperty()...
krispy_builder
Offline Send Email
Jun 17, 2009
6:36 pm
424
sounds like IE8 has changed their implementation, which may force a change in code. can you provide a simple test case? i'm not able to launch jsUnit at the...
somematt
Offline Send Email
Jun 27, 2009
7:49 pm
425
I am new to writing Javascript and also somewhat restricted as the my companies CMS allows me to enter JS into the body, but I do not have access to the head....
howardglick
Offline Send Email
Sep 15, 2009
11:55 am
426
rather than return true, you simply want to continue processing. the return statement will prevent execution of any other statements in your function....
somematt
Offline Send Email
Sep 15, 2009
12:42 pm
427
I have tried removing the return true, but it then ignores the statements. I realise there is probably more than meets the eye on this and that I may need to...
howardglick
Offline Send Email
Sep 15, 2009
8:48 pm
Messages 398 - 427 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