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 42 - 72 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42
Mathew et. al, First let me say its a killer script, I'm very impressed and will be using it! However, there's an undesirable side-effect in the IE version,...
frankshih@...
Send Email
Nov 10, 2000
10:25 am
43
The large healthcare organization (HMO) where I work uses military time (e.g. 2330 for 11:30pm) for data entry, if anyone's interested here's a validation rule...
frankshih@...
Send Email
Nov 10, 2000
10:36 am
44
A very good point. The cross-browser script will become the foundation of future upgrades since it does a better [though not perfect] job already of avoiding...
Matthew Frank
bigjuju@...
Send Email
Nov 10, 2000
3:22 pm
45
What type of functionality you need from a validation script which you currently do not have or must write yourself? Basically, I want to start a distributed...
Matthew Frank
bigjuju@...
Send Email
Nov 10, 2000
6:16 pm
46
... Good timing - I have just finished adding some features that I needed to your excellent script and was about to ask if anyone else was interested in them...
Robert Leftwich
robert@...
Send Email
Nov 10, 2000
7:42 pm
47
Sorry for the late reply, I have been travelling. ... Personally, I'd rather the multilingual support be moved to a separate, optional module. ... Again...
frankshih@...
Send Email
Nov 24, 2000
6:51 pm
48
Here's what I like in scripts in general: 1. Simplicity and straightforward design. Doesn't need/have every bell and whistle. 2. Minimal global side-effects....
frankshih@...
Send Email
Nov 24, 2000
7:21 pm
50
I have my code here below... can you tell me what are the things i need to revise with this so that i can use your "validation.js" to check first the data...
ariel@...
Send Email
Dec 11, 2000
5:32 am
51
Hey... guys thank... i've already found a solution... on my function i remove "objform.submit();" and on my button... instead of the code below: <IMG...
Ariel Martinez
ariel@...
Send Email
Dec 11, 2000
8:37 am
52
I need to change the action of the form before I submit it. I would usually accomplish it like this.... function SaveNext_onclick() { ...
peter freeborn
peter_freeborn@...
Send Email
Dec 12, 2000
12:01 am
53
I need to change the action of the form before I submit it. I would usually accomplish it like this.... function SaveNext_onclick() { ...
peter freeborn
peter_freeborn@...
Send Email
Dec 12, 2000
12:03 am
54
How to do the validation for drop down list?...
htseng@...
Send Email
Dec 12, 2000
1:11 am
55
Matt, How do we create regexp for the time.... im still confuse with it. thank ATM...
Ariel Martinez
ariel@...
Send Email
Dec 12, 2000
2:12 am
56
i did a little experiment on my own and i've found that i don't care for type=image form controls. they don't pass name/value pairs and they don't cause the...
Matthew Frank
bigjuju@...
Send Email
Dec 12, 2000
3:03 am
57
document.frmEq.onsubmit=function(){ this.action = "EquipmentSched.asp?action=Y"; } your situation is very similar to ariel's. you just want to make a change...
Matthew Frank
bigjuju@...
Send Email
Dec 12, 2000
3:12 am
58
Sir, I dont know if this can help... this was taken from MSDN 2000 October release. INPUT Element | INPUT type=image object Description: Creates an image...
Ariel Martinez
ariel@...
Send Email
Dec 12, 2000
3:16 am
59
IE: <select name="thing1" required> <option selected></option> <option value="1">1</option> <option value="2">2</option> </select> selecting 1 or 2 passes...
Matthew Frank
bigjuju@...
Send Email
Dec 12, 2000
3:19 am
60
12 hour clock has hours between 01 and 12, minutes between 00 and 59: /^(0?[1-9]|1[0-2]):?[0-5][0-9]$/ 24 hour clock has hours between 00 and 23: ...
Matthew Frank
bigjuju@...
Send Email
Dec 12, 2000
3:24 am
61
Thanks sir, i've tried adding some AM | PM on my code... don't know if this is correct. /^(0[1-9]|1[0-2]):([0-5][0-9])\s([AP]M)$/ ... From: Matthew Frank...
Ariel Martinez
ariel@...
Send Email
Dec 12, 2000
3:33 am
62
I am running out of ideas on how to prevent this error in IE4 SP2. My validation.js is the last thing called on my pages and I'm including the defer parameter...
tad.osborn@...
Send Email
Dec 18, 2000
3:42 pm
63
... prevent ... Here's the fix that I found to work: 1) In the validation.js file, remove the last two lines: _validation=new Validation; _err=new Err; 2) Add...
tad.osborn@...
Send Email
Dec 18, 2000
6:29 pm
64
... SP2. ... This is not an issue in IE5 because the method is available at runtime....
tad.osborn@...
Send Email
Dec 18, 2000
6:43 pm
65
Just wanted to pop in and say that this issue is on my fix list. In the meantime, I would suggest using a try..catch construct. Unfortunately, I am sans IE4...
Matthew Frank
bigjuju@...
Send Email
Dec 19, 2000
1:00 am
66
Hi, I am using nn-validation.js to do my form validation. I would like to create an OR relationship between two fields without writing any JavaScript code. I...
aaron@...
Send Email
Dec 20, 2000
2:19 pm
67
i think it should work if you use all caps to name your expando properties. since the script was designed for netscape, there is no case-insensitive code. ...
Matthew Frank
bigjuju@...
Send Email
Dec 20, 2000
10:05 pm
68
For the life of me I can't make sense of this... I have a form that I want to be able to submit it two ways: 1) via script 2) via button I'm using Matthew's...
tad.osborn@...
Send Email
Dec 26, 2000
9:39 pm
69
Did you find a solution to this issue? I'm trying to do something very similar with Radio buttons. If you have come up with an answer, would you mind posting...
tad.osborn@...
Send Email
Dec 29, 2000
9:02 pm
70
I am working on a beta update to the cross-browser script at this time. I have made some changes which *could* break compatibility with some of your existing...
Matthew Frank
bigjuju@...
Send Email
Jan 5, 2001
9:14 pm
71
How are you trying to submit the form if not via a submit button? From what you've written, it looks like you are using an INPUT_submit AND an INPUT_button....
Matthew Frank
bigjuju@...
Send Email
Jan 5, 2001
9:42 pm
72
I think this must have slipped under my radar. I went to find the original message and discovered it to be the very first message! Sorry about that. Depending...
Matthew Frank
bigjuju@...
Send Email
Jan 5, 2001
9:52 pm
Messages 42 - 72 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