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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 315 - 346 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
315
I have some examples of email addresses that fail validation but are genuine addresses. The problem format seems to be one with an apostrophe in persons name....
Graham Howe
graham_howe
Online Now Send Email
Nov 13, 2003
12:12 pm
316
... are ... Following a little investigation into the world of Regular Expressions, I have now discovered that the following will meet my requirements: ...
Graham Howe
graham_howe
Online Now Send Email
Nov 13, 2003
12:55 pm
317
that looks fine to me. i'm not sure why it wasn't in there already since i've had to do the same thing before. must've been a client-specific version of the...
somematt
Offline Send Email
Nov 13, 2003
1:07 pm
318
... It is version 3.1.0 of the script according to the information at the top of the page and this is the first time I have altered anything within it....
Graham Howe
graham_howe
Online Now Send Email
Nov 14, 2003
3:32 pm
319
I have a form that is updating a simple table on a database. The form has fields matching those in the database and the validation script works really well for...
Graham Howe
graham_howe
Online Now Send Email
Nov 14, 2003
4:28 pm
320
you might could build a keyed array using your server code. var values = new Array(); values["General"] = true; ... and then reference that in your script: ...
Matthew Frank
somematt
Offline Send Email
Nov 14, 2003
7:25 pm
321
... Well I actually managed to sort this out myself in the end, the approach is slightly different to what you suggested so I'll describe it here. I thought...
Graham Howe
graham_howe
Online Now Send Email
Nov 14, 2003
11:00 pm
323
... Just in case anyone is interested, here is an example of the working script: String.prototype.Trim = function() {return this.replace(/ (^\s+|\s+$)/g,"");} ...
Graham Howe
graham_howe
Online Now Send Email
Nov 18, 2003
12:32 pm
324
Hi all, I followed Matthew Frank's excellent tutorial at the site: http://www. siteexperts.com/ie5/htc/ts08/page2.asp ...And it works great! However, is there...
Daniel White
twinbeeyahho
Offline Send Email
Nov 27, 2003
7:18 pm
325
the maxLength behavior is not really a validation mechanism but rather a usability feature. to enforce minimum length, you could use the validation script...
Matthew Frank
somematt
Offline Send Email
Dec 6, 2003
1:36 am
326
I'm trying to use the following and it doesn't seem to be working. The string I want is 2003-2004, basically a year range. Here's my code that I'm using in...
rkeith27
Offline Send Email
Dec 9, 2003
5:21 pm
327
... Something I found it that may help identify the problem. When I comment the JavaScript code and put the following in the HTML code the validation works but...
rkeith27
Offline Send Email
Dec 9, 2003
6:27 pm
328
lose the quotes. your backslashes are being interpreted as escape characters. txtCancellationDate.REGEXP = /^\d{4}\-\d{4}$/; ... From: "rkeith27"...
Matthew Frank
somematt
Offline Send Email
Dec 10, 2003
2:09 am
329
I just downloaded 3.1.2 and verified the problem seems to exist there as well: If I put some fields within <FIELDSET> tags, the rest of the validation works...
eupvirtualstaff
Offline Send Email
Jan 21, 2004
1:50 pm
330
well, i've come up with a simple fix, but i'm trying to write an automated test for it. i'm running into problems with mimicking keystrokes using script. i...
somematt
Offline Send Email
Jan 22, 2004
3:04 pm
331
thanks a lot waiting eagerly for fixe version somematt <bigjuju@...> wrote:well, i've come up with a simple fix, but i'm trying to write an automated...
raj saini
coolboy_raj
Offline Send Email
Jan 24, 2004
9:28 am
332
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 24, 2004
5:27 pm
333
i've uploaded a new version (3.1.3) that includes the fix to the FIELDSET issue. i've started to piece together a way to automate the tests for actual HTML...
somematt
Offline Send Email
Jan 24, 2004
5:31 pm
334
Hi Every one, Any one working on ThermoFinnigan Instrument Validation Thanks, Veer...
mypmd2002
Offline Send Email
Mar 5, 2004
11:30 pm
335
this seems to be a common mistake based on my original name selection for this list. "validation" here refers to programming rather than quality control. ... ...
Matthew Frank
somematt
Offline Send Email
Mar 6, 2004
8:01 pm
336
Hi, This is a desperate cry for help to my coleagues!!! I need advice, examples, guidance any type of help in medical device validation, specifically equipment...
PR B-U-T
efenoll
Offline Send Email
Mar 10, 2004
8:01 pm
338
I have implemented a change to the posting rules for this group [validation]. As of now, new members will have their posts moderated. As annoying as it will...
somematt
Offline Send Email
Mar 23, 2004
12:57 am
339
Hi I want to validate the text in field against maxlenth of the feild which is decided at runtime. I think follwoing bit from validation.js needs some changes....
divakar33
Offline Send Email
Apr 29, 2004
10:57 pm
340
Dear Validation-group members, I work for Opera Software with customer support and testing. I was contacted by someone trying to register at http://www. ...
Hallvord Reiar Michae...
hallvors
Offline Send Email
Apr 29, 2004
10:57 pm
341
My apologies to the last two posters. I had not realized there were no notifications for administrative functions in Yahoo!Groups. I will add the parentheses...
somematt
Offline Send Email
Apr 29, 2004
11:50 pm
342
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
Apr 30, 2004
12:03 am
343
I've been thinking about this one for a bit. I don't think you want or need better client validation. Your issue, in my mind, is with Oracle, which is simply...
somematt
Offline Send Email
Apr 30, 2004
12:39 am
344
I have a situation with an issue management application I've developed. It already uses the excellent validation script to control which fields are mandatory...
Graham Howe
graham_howe
Online Now Send Email
Jun 18, 2004
11:46 am
345
it should be as simple as the following, provided i understand your situation correctly. you'll obviously need to switch the simple names i've used with...
somematt
Offline Send Email
Jun 18, 2004
12:16 pm
346
... Well I think I have ended up with something similar. I now have the following in my html: <SELECT name="onwer" required="on" ...
Graham Howe
graham_howe
Online Now Send Email
Jun 18, 2004
1:03 pm
Messages 315 - 346 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