First page Back Continue Last page Image
- <body bgcolor=“#f5fffa”>
- <center><font size="+3">Car Picker</font></center>
- <form name="menuitems" method="post" action="mailto:nicole.cook@marin.edu"
- onSubmit="return submitIt(menuitems)">
- <table border="0" cellspacing="8" cellpadding="8">
- <tr>
- <td>Colors:</td>
- <td colspan="4"><select name="color">
- <option value="" option value>Choose a color
- <option value="red">Red
- <option value="green">Green
- <option value="blue">Blue
- </select>
- </td>
- </tr>
- <td>
- <p><input type="submit" value="Submit"><input type="reset" value="Reset">
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
- So this script indicates that when the Submit button is clicked, run the submitIt function (on the next page)