Dynamic Forms
Friday November 13, 2009
JavaScript can add complex HTML to a web page
A new addition to my library of scripts that you can use on your own site is my new Form object script which provides you with an object that has simple to use methods to create a form with all the form field types you are most likely to want to use (it doesn't handle file inputs or optgroups but most of the time you will not need those). The object uses standard DOM calls to add the form into your web page as well as providing plenty of ways to reference the fields from your stylesheet in order to format it the way you want.
Dynamic Forms


No comments yet. Leave a Comment