Geocities Webpage Creator (HTML)/Submit HTML code
Expert: Diane Connell - 10/25/2002
QuestionHello,
I'm designing a Web page that includes a form to fill out as well as a submit button. When the user presses the submit button, I want it to do two things. 1)send the information to my email address 2)hyperlink the user to a thank you page I've created. How can I do this?
Thank you
Answer<option value=ZZ>
</select>
</td>
</tr>
<tr>
<td bgcolor="#CCCC99">
Comments
</td>
<td bgcolor="#CCCCCC">
<TEXTAREA NAME="Comments" ROWS="7" COLS="50"></TEXTAREA>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#CCCCCC">
<br><br>
<center>
<input type="Submit" value="SUBMIT">
<input type="Reset" value="RESET">
</center>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<br><br><br><br>
<TABLE BORDER="0" CELLPADDING ="0" CELLSPACING ="0" WIDTH="620">
<tr>
<td align="center">
<font size="1" color="#333333" face="verdana">
HTML CODE<br> HTML CODE
</font>
</td>
</tr>
</table>
</center>
</BODY>
</HTML>
Here is some of the code -- Paste it in and adjust to your liking (this script includes all you will need include table border info -- you can edit that out if you like)