Web Development and Design Foundations with XHTML, 5th Edition

(Steven Felgate) #1

(^362) Chapter 9 XHTML Forms
Common select list attributes are listed in Table 9.7.
Submit Button.This form control is configured by the tag and is used to
submit the form. It triggers the action method on the

tag and causes the
browser to send the form data (the name and value pairs for each form control) to the
Web server. The Web server will invoke the server-side processing program or script
listed on the form’s action property. A sample submit button is shown in Figure 9.12.
The XHTML code follows:



Common submit button attributes are listed in Table 9.8.
Figure 9.12
Clicking the submit
button invokes the
server-side
processing
configured in the
action property of
the tag
Table 9.7Common select list attributes
Common
Attributes Values Usage
Select List