I receive the following error message: "Required" is undefined when running the validation.js file. It is pointing to the following line of code: with...
my best guess is that either document.oForm is undefined or oForm does not have an element named "Required". can you provide a URL or HTML for us to look at? ...
Using the below style, my input boxes which are designated as required show up with the thin red border. How do I get any of the other "styles" to work, i.e....
I'm using IE5.5. What is the difference between the following: input.required {border: thin solid red} input[type="text"].required {border: 1px dashed red} ...
[type="text"] is a specific type of style selector. the link should explain what it means. basically, the second rule applies only to -textboxes- marked...
Hello, I've been trying to use Java to created a required field on my form. All works well, pop-up lets user know if a field is missing. But when all...
try using onsubmit="return checkRequired(this);" using the "return" keyword lets the browser know to cancel the onsubmit default action if the return value is...
I was using the MAX element callout - it validated on all cases except when the input = MAX value and some other various values. I was unable to figure out the...
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...
Dec 13, 2001 8:18 pm
195
I put in the new update and received the same conditions. I guess that it seems that it is doing a character comparison instead of a numeric value. What were...
looks to me like the quotes are causing the problem. don't know why that is a problem at the moment. it may be the parseFloat comparison. try setting the...
Matthew, Thanks for the reply. I changed my conditions to values and the functions work as described with the newer js release. I just have to stop thinking...
Hi, I use this validation togheter with a css stylesheet. But the format of the css does not work toghter with the following required and filter. The...
Glad I could help. I still think you should be able to use string values there if you want--simply because that value should be able to come from an HTML...
I had an error that I was testing for ... just to update the group. I was evaluating the currency format - using the sample form in the zip. If the number was...
Happy Holiday... to everyone. Just wanted to ask if anybody knows how to use validation.js if you are using DTC on Visual Interdev 6. If ever just a simple...
Ariel Martinez
ariel@...
Dec 26, 2001 1:59 am
202
You should be able to use it in the 'normal' way. Might be an interesting project to write an addin to expose the form & control object model with the extra...
Padgett So, that means I can only used the HTML form not the DTC? Really cant understand so much what your talking about... can you help me out... or give me...
Ariel Martinez
ariel@...
Dec 27, 2001 5:26 am
204
Ariel, The DTC is a graphical representation of a block of code within interdev. Each DTC relies on a series of scripts that are created when you create your...
Padgett, Thanks again... Okey.. now I get it... but the problem here in our office... we are not allowed to change the DTC to View as text. Matt mention about...
Ariel Martinez
ariel@...
Dec 27, 2001 9:48 am
206
Ariel, Matts code looks good to me. (he wrote the validation scripts so is the highest voice of authority here). Give it a bash and let us all know how it...
Padgett, Thanks... 'well do you have an ICQ so that if ever I need help I could ask some simple questions on you directly? Mine is 47631584. Thanks again......
Ariel Martinez
ariel@...
Dec 27, 2001 10:01 am
208
Ariel, Nope sorry, I am not on ICQ. Matts validation scripts work by extending a controls object model by dynamically adding properties. In his sample code,...
Hi, I use this validation togheter with a css stylesheet. But the format of the css does not work toghter with the following required and filter. The...
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...
Jan 8, 2002 5:58 pm
214
I loaded the validation.htm from the 3.0.1 version and was unable to perform a MASK function. I used different data within the MASK field - validation.htm to...
I'm not that surprised to see your note. Can you give me more details; I can try to fix something or give you some help working around the problem. ... From:...
I was merely testing your release package and the validation.htm that was included. I currently do not have a need for this function to work. I went back and...