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...
there is a bug in IE on the Mac. try replacing the browser checks at the bottom of the file with this stuff: // Limit use of script to valid environments ...
Thanks for the reply! This allows the button to submit...however validation is skipped on Macintosh after the below code is added the the validation.js file. ...
you're not missing anything. i suppose i should have been specific in stating that the script doesn't work in IE Mac. you should be able to rely on your...
Hello everybody, I am trying to build a regular expression to validate time data in 24- hour format (without AM/PM). It should be able to validate time strings...
can't give you an exact answer, but I would think that (code not tested, not even sure parentethis are the best way to group tests!) [0-1][0-9] will test for...
the toDate function in the 3.0.1 validation script can be used to "cast" a value to a datetime. it returns undefined if the conversion fails. if(typeof...
Thanks Franck, This solves my problem as it is working fine for the conditions I want to check. This was a great help. Cheers, Kaushik. ... tested, not ... ...
Hi, I am using this validation in my app. It works great while i am testing it from the jsp pages. But the way my app works is that, I have a servlet as the...
all that matters is what is the BASE url on the resulting page, after the forwarding. if your entry point is http://domain/App/AppAction, then this becomes the...
Currently, we use the version 2.2 in an intranet web app. When some branches of our company switch from NT to Win XP, this script makes random errors in ASP...
I received a report of a defect in the datetime (mostly the time) validation in 3.1.0. One of the private functions is not returning an appropriate value. I...
The TRIM function has a new RegEx which seems to be stripping any leading 's' from fields. I can't quite work out what your new RegEx is inteded to do, but I...
i must've made a mistake in the merge of the two source files. anyone else find anymore boneheadedness in the latest? i'll add more and more to the test...