Make a HTML page that contains a E-Mail
Red Square Moscow, Russia
Form using the Post method, and title the page 'Your name' E-Mail Formusing the Post Method, size is to be h3. The page background is "any light color tiled image" and the form centered within a table. Look at sample7.html. Required Output is in e-mail format.

The E-mail format will include the following information within the Form Tag:

<form enctype="text/plain" method="post" action="mailto:yourname@xxx.net?cc=ccsn.muench@cox.net">

You can cause the cursor to focus on any field by using this code at the bottom of your form. Notice that the input tag to be focus on must have an unique id="focus1". The Form will accept input and send a E-Mail Response using the 'post' method.

<script type="text/javascript"> document.getElementById("focus1").focus() </script>

Ask for the following input:

  1. First name
  2. Last name
  3. City
  4. State (limit the input to two characters)
  5. Zip (limit the input to 5 digits)

You also are required to have a return link from assignment 7 to your index page. Link assignment 7 to your web site index page, and Upload the assignment 7 file along with the background image. Check that your form works properly. You and I will both get an E-Mail for each time you submit the form if it is working properly. The submission must be done from home because the school machines has the E-Mail server blocked.