Team LiB
Previous Section Next Section

Summary

Working with forms is a very important part of designing an efficient working Web site. JavaScript makes your job easier by providing many events and objects that work directly with form fields. Form validation used to be a long and tedious function, but after the introduction of JavaScript, it became much easier. The power of JavaScript's form validation is in its ability to do the validation on the client's computer. Efficient use of the techniques throughout this book will make form validation easy and useful.


Team LiB
Previous Section Next Section