Hello,
I have two questions
1. I have a form which I have to validate. I have written the validations for all the fields as separate functions in Validation.js file. Now, when I hit submit how do I ensure all the functions are invoked. and if it passes validation, to enter values into the database?
2. Is it possible to call the corresponding validation function(Which are all in the same file)for each input field from the html form .
Please help...I am desperate.
Thanks
sharadha

[ April 11, 2006: Message edited by: Bear Bibeault ]