HTML and CSS Reference
In-Depth Information
CHECKPOINT 9.3
1. Describe server-side processing.
2. Code a Web page form that will use the post method to invoke a server-side script at
http://webdevfoundations.net/scripts/subscribe.asp. The form will have three text boxes
as described in Table 9.14.
3. Describe why communication is needed between the developer of a server-side script
and the Web page designer.
Table 9.14 Form element names
Form Control
Name Attribute Value
First Name
fname
Last Name
lname
E-mail Address
email
Search WWH ::




Custom Search