|
The answers to these projects can be found at the companion Web site to this book, located at http://www.phptr.com/boardman/.
Visit the Web site periodically to share and discuss your answers with other readers.
In this chapter you learned many concepts that you should keep in mind when you read the subsequent chapters. These concepts include: The benefits of JavaScript form validation How to implement JavaScript form validation in an HTML page The JavaScript code differences when using a submit or JavaScript button How to create regular expressions in JavaScript and use them in form validation
You should have the following parts of the application after this chapter: all of the forms with JavaScript validation.
|