Forms & JavaScript Living Together in Harmony
(Page 1 of 3 )
Have you ever created a form-based web page, using JavaScript, that didn't work properly on your browser? If so, this is where Jeff jumps in to help you out with tips on how to use your JavaScript responsively when dealing with forms.
Most developers don't surf the web with JavaScript turned off on purpose (with the obvious exception of the aardvark) so they probably aren't aware of the devastating effects caused by the irresponsible use of JavaScript when working with forms. Fortunately, there are rarely instances where this lack of respect for the non-JavaScript users is necessary.
By exposing you to some of the common examples of forms that are hostile to non-JavaScript users and the ways these same forms can be implemented to be friendly to non-JavaScript users, I'm hoping you'll see the wisdom in carefully planning your use of JavaScript with forms.Next: JavaScripting Problems and Solutions >>
More HTML Articles
More By Jeff Howden