Chapter 8. Forms

When you’re working with server-side technologies, forms are the one aspect of HTML that is most useful since it enables users to “communicate” with the server—by entering data into a form and then submitting that form to the server.

From a JavaScript point of view, HTML forms are very interesting as well. The options HTML is offering are somehow limited, and JavaScript can come to the rescue here. User data must be validated, forms may accept only certain kinds of input, form submission can be possible only when certain requirements are met. All this—and more—is possible with JavaScript, as covered in this chapter.

Understanding HTML Forms with JavaScript

Example . 

document.forms[0]

Usually, you access an HTML element ...

Get JavaScript™ Phrasebook: Essential Code and Commands now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.