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...
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...
Mar 20, 2003 10:25 pm
288
I made some modification on Franck's script (avalaible on FormValidator folder). Those are : * Manage style by a CSS for required fields, error message etc.. *...
Dear all, first of all, thank you very much for this library, I have learnt more javascript from it than from any book. I have been using a customized version...
Hi i already did that, in fact you just have to make a definition file in a js file, and create a new validation script for work on the server side. Good luck...
I like the sound of that. Not sure by what you mean about "have to make a definition file in a js file, and create a new validation script" tho... any chance...
Has anyone had problems with forms not submitting when the submit button is pressed on a Macintosch. I seem to be having the issue when select boxes are being...