First page Back Continue Last page Image
- You've Reached The Control Function But Validation Still Not Working??
- Check your HTML code to be sure you have coded your
- form correctly.
- <form name="emailtest" method="post" action="mailto:ncook@marin.edu" onSubmit="return submitIt(emailtest)">
- <table border="0" cellspacing="8" cellpadding="8">
- <tr>
- <td colspan="5">Your Email Address:
- <input name="emailAddr" type="text" size="30">
- </td>
- </tr>
- <tr>
- <td>Colors:</td>
- <td colspan="4"><select name="color">
- <option value="" selected>Choose a color
- <option value="red">Red
- <option value="green">Green
- <option value="blue">Blue</select>
- </td>
- </tr>
- In this case, the <select name="color">
- was omitted from the HTML code
- and the following error occurred