Can I combine using both nn-validation and validation. I want to support cross-browser from one hand but enjoy the advantages of IE only script (e.g. filter)...
the latest cross-browser script should give you what you want. otherwise, you can use browser detection to write the appropriate script tag src attribute. ......
Hello, I have been trying to use your validation script on a form I am creating at the mo. What I would like is to confirm the password before posting the...
Please forgive me as I just worked out how to do it. Before I was tryin to post a form inside but now I just moved the function into an onbeforevalidate part...
I found version 2.2 of Matt's validation script on the Internet and I tested it out. I ran into an error when having <SELECT><OPTION>... field. It complains at...
the latest release is 3.1.0, which is a cross-browser version. http://groups.yahoo.com/group/validation/files/Cross-browser/validation.3.1.0.zip not sure what...
Okay, I've got a form that is setup to use version 3.1.0 of the validation script. Everything works great except the SELECT statements. I can't figure out what...
the validation is ultimately fed by the "getValueOf" function in the script. if your SELECT element has a selected OPTION with value equal to the empty string...
Anyone have an answer to checking for equality between two fields? IE: Email & Email2. Thanks in advance, James [Non-text portions of this message have been...
be careful where you set the REGEXP value, since the value property is a "value type" and not a "reference type". it should probably be done in the ...
Okay, you've confused me... I'll admit that it is not a big challenge... How exactly do you use the onbeforevalidate to do this? //James ... From: "Matthew...
well, first off, you should use whatever works. i admit i don't know much about what you're trying to do. the way i would approach this problem is to use...
Okay I understand your reasoning as to why I shouldn't put the value into the REGEXP since it could cause problems based on user input. Perhaps I'll give a...
you can either issue your own alert or call the Validation.Err.raise method. you can copy an example out of the existing code or maybe even the sample page. ...
Hi, I recently downloaded version 3.1.0; I think it's a very promising solution; however, I got some questions/remarks: 1) it seems there isn't a way you can...
the best way to alter or disable is to make targetted changes to the script. you can remove sections of code completely (removing the required marking) or...
Hi Matthew, Some late reply due to ... never mind ... 'the greatest issue was that the timing of individual field validation was off.' don't know what you...
next try: why not having a default radio button: take a poll for instance, you definitely want the user to choose, you don't want to suggest an option, that's...
I have recentely added the validation 3.1.0 version to a project. The only problem I have is that the multi select in select boxes does not work correct...
Hi Matt, In the release notes for the multi-lanuage validation script, you write "Fixed automation server error many clients were experiencing due to use of...
that's what i discovered happening. the scripting dictionary is unnecessary. you might try using the simple javascript array indexed by strings; or you can...
the problem is with the onchange handler my script is generating. if you don't want to use the onchange validation or the AUTO-SUBMIT functionality, you can...
Hi Frank , i'd like to write a Dreamweaver Extension for a validation script , based on yours but their is a lot modification that i have to make, as adding a...
feel free to do whatever you want with the script--this is my own brand of open source which doesn't require that you share back; it's just my preference. i'd...
Oki thanks , no problems for me, i make my modifications on this script and i m gonna write this extension... ... brand of ... have ... require it. ... ...
Hi Matt, Thanxs for you answer I included the lines as you said and it works perfect now!! ... It there also a solution for my second question? The possibility...
Aggregating all the validation messages in one pop-up wouldn't be too difficult, but it could get troublesome when the number of errors gets too big: 1. the...