I have a page that builds form from some pre-defined columns in a database. Some of the form fields have server side data validation, but I would like to have javascript client side validation just to check that they entered data for each required field. Now, the database does tell the page whether or not the field is required, but the pages are completely dynamic, built on the fly from the database every time for every form. So, I am trying to figure out what it would look like to build a javascript data entry checking function that would simply make sure there is data in each required field before it allows a submit. The scripting that builds the pages is all classic asp/vbscript. Any thoughts?
wb
wb