HTML and CSS Reference
In-Depth Information
3. Update your chosen Web page and add the XHTML code for the form.
4. The <form> tag should use the post method and action attributes to invoke
server-side processing. Unless directed otherwise by your instructor, configure the
action attribute to send the form data to http://webdevfoundations.net/scripts/
formdemo.asp.
Save and test the page. If you are connected to the Internet, submit the form. This will
send your form information to the server-side script configured in the <form> tag. A
confirmation page that lists the form information and their corresponding names will be
displayed.
 
Search WWH ::




Custom Search