Skip to main content
Participant
July 4, 2006
Question

redirect to url after submit button

  • July 4, 2006
  • 2 replies
  • 593 views

<form action="mailto:raltomondo@cox.net" method="post" enctype="text/plain" name="survey" id="survey">
<table width="75%" cellpadding="1">
<tr>
<td width="4%"><div align="center">
<input type="radio" name="Internet" value="Internet" tabindex="1" id="radiobutton">
<label for="radiobutton"></label>
</div></td>
<td width="96%"><strong>Internet</strong></td>
</tr>
<tr>
<td><div align="center">
<input type="radio" name="Magazine" value="Magazine" tabindex="2" id="radio">
<label for="radio"></label>
</div></td>
<td><strong>Magazine |
<label for="textfield">Magazine Name</label>
<input name="MagName" type="text" tabindex="3" id="MagName" size="25">
</strong></td>
</tr>
<tr>
<td><div align="center">
<input type="radio" name="Other" value="Other" tabindex="4" id="radio2">
<label for="radio2"></label>
</div></td>
<td><strong>Other |
<label for="textfield"> Comments</label>
<input name="textfield" type="text" id="textfield" tabindex="5" size="60">
</strong></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<label for="Submit"></label>
<input type="submit" name="Submit" value="Submit" id="Submit">
<input type="reset" name="Reset" value="Reset" id="Reset">
</div></td>
</tr>
</table>
</form>
This topic has been closed for replies.

2 replies

Inspiring
July 4, 2006
On 04 Jul 2006 in macromedia.dreamweaver.appdev, raltomondo wrote:

>

So am I.

> <form action="mailto:raltomondo@cox.net" method="post"
> enctype="text/plain"
> name="survey" id="survey">
...

Is there a question in there?

http://apptools.com/rants/mailto.php

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php
Participant
July 4, 2006


Thanks for your response

The question is "what is the code and where do I put it " to re-direct a user to my index.htm page, that has just hit the submit button on my email data form?
Participant
July 4, 2006
On the above request....I'm asking what is the code and where do I put it for the redirect to url after the submit button is pressed and the data is sent.