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@egroups.com
Sep 11, 2000 8:10 pm
30
Trace, please post your modified script to the Files section. the forum is designed to strip attachments automatically (as a safety net). i'm sure others...
Matthew Frank
bigjuju@...
Sep 6, 2000 6:35 pm
29
Matthew, thank you for the links required. Your work is just brilliant - thank you so much for making it available. My client is using IE4, therefore I needed...
Trace C Wilson
trace_wilson@...
Sep 6, 2000 5:04 am
28
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@egroups.com
Aug 31, 2000 6:17 pm
27
the isDate function in the nn-validation.js and validation.js scripts both have a date parsing error. I will post the fixed versions when I get a chance. the...
Matthew Frank
bigjuju@...
Aug 30, 2000 8:45 pm
26
the "Files" section on the egroups site contains the latest versions of all scripts. http://www.egroups.com/files/validation/ ... validation module was...
Matthew Frank
bigjuju@...
Aug 24, 2000 1:31 pm
25
I recently saw a message stating that a new version of the validation module was available but it did not state where to get it. Can someone tell me where to...
Matthew D. Frame
mdframe@...
Aug 24, 2000 12:43 pm
24
you can make use of the onvalidate psuedo-event by assigning a function pointer to it as a property or by using an anonymous function: oElement.onvalidate =...
Matthew Frank
bigjuju@...
Aug 22, 2000 9:22 pm
23
Does anyone know how to add additional validation checks before the page is submitted. I have placed logic in the onSubmit event for the form. This seems to...
carudy@...
Aug 22, 2000 12:57 am
22
MS will be giving us somewhat of a break in our development--at least considering what's written in this article: ...
Matthew Frank
matthew.frank@...
Aug 17, 2000 3:30 pm
21
I would tend to agree with you about being as inclusive as possible. Partly through laziness I had decided to skip support of any non- JavaScript1.2 browsers....
Matthew Frank
matthew.frank@...
Aug 16, 2000 10:43 pm
20
There is an issue with the fields you are attempting to hide/show since they are included with the page when it is initially loaded. I think this is why they...
Matthew Frank
matthew.frank@...
Aug 16, 2000 10:23 pm
19
When I dynamically add fields to a form, the validation does not function correctly. I add the fields within a DIV tag using the innerHTML property. When the...
carudy@...
Aug 16, 2000 8:40 pm
18
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@egroups.com
Aug 14, 2000 7:01 pm
17
I really think a cross-browser validation that's working on a lot of differents versions of the browsers would really be better. The script is not really...
Francois Lambert
lambert.fs@...
Aug 14, 2000 4:19 am
16
Enter your vote today! Check out the new poll for the validation group: Since I don't know what most of you are working on, I'd like to find out. What would...
validation@egroups.com
Aug 11, 2000 5:42 pm
14
until there is an official fix to the script, you can try a simple workaround. try removing the "mark" attribute from the form tag and add a line of code to...
Matthew Frank
matthew.frank@...
Aug 7, 2000 7:43 pm
13
I believe the quick fix for this problem is to remove the check for null on vAnd: // AND var vAnd=this.AND; if(vAnd && sValue) I got that answer from an alert...
Matthew Frank
matthew.frank@...
Aug 3, 2000 10:43 pm
12
yes, you're right - it IS too much for this newbie, anyway :-) Can you give a hint of where to start, in a nutshell? Thanks! ... Q....
John Lynn
johnlynn@...
Aug 2, 2000 7:35 pm
11
Hi, When the nn-validation.js script v1.2 is executed in Netscape Navigator 4.73-FR (FR for French), the following error is reported and the script is skip...
lambert.fs@...
Aug 2, 2000 2:57 pm
10
My man at Microsoft has informed me that IE4 does not care for the use of insertAdjacentHTML while the page is loading. Fixing that behavior requires using...
Matthew Frank
matthew.frank@...
Jul 28, 2000 5:01 pm
9
I don't know what to make of what I've found so far. The call to "insertAdjacentHTML" is the problem. The parameters have values and they are in the correct...
Matthew Frank
matthew.frank@...
Jul 27, 2000 8:45 pm
8
The "About Internet Explorer" says "SP1; 3283" in the spot next to "Update versions". And yep - using the same script from the Files section. To test, just...
John Lynn
johnlynn@...
Jul 25, 2000 6:23 pm
7
Btw, the onlt real reason that I decided to use "insert" and "mark" is because I couldn't get the "required.gif" to show up in the input fields for some...
John Lynn
johnlynn@...
Jul 25, 2000 6:12 pm
6
I will have to get access to an IE4 machine to check this one over. I have never seen that error message. Ever. Is 4.70 the original version of IE4 (i.e. no...
Matthew Frank
matthew.frank@...
Jul 25, 2000 3:53 pm
5
I am using IE4 4.70. The error that I get with the code below is a message box: A runtime error has occured Do you wish to Debug? Line: 375 Error: The data...
John Lynn
johnlynn@...
Jul 25, 2000 1:23 pm
4
I glanced over the code which handles that function and didn't spot anything out of place right away. Can you tell me what your errors are specifically? It...
Matthew Frank
matthew.frank@...
Jul 21, 2000 2:01 pm
3
John I tried your form with a simple input and a submit button. it appears to be alright. coz i use IE5 but when i use IE4 it triggers an error. ATM ... From:...
Ariel Martinez
ariel@...
Jul 21, 2000 1:55 am
2
Does anyone have an example of the syntax of 'insert' as used with 'mark' to mark required fields? I tried: <FORM validate="onchange" invalidColor="yellow"...
John Lynn
johnlynn@...
Jul 20, 2000 7:50 pm
1
Can anybody help me with it. Help me correct my HTML code. it wont function properly... Objective: If click YES, txtUserNames should be required If click NO,...