Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

redirect to url after submit button

New Here ,
Jul 04, 2006 Jul 04, 2006

<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>
TOPICS
Server side applications
586
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 04, 2006 Jul 04, 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 04, 2006 Jul 04, 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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 04, 2006 Jul 04, 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?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 04, 2006 Jul 04, 2006
On 04 Jul 2006 in macromedia.dreamweaver.appdev, raltomondo wrote:

> 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?

As Far As I Know, you'd need serverside scripting for that. Read the
link I gave you previously. Then let us know what kind of serverside
scripting you have available (probably one of PHP, ASP, ASP.Net), and
somebody can help you. Or check with your hosting provider or on your
control panel to see if you already have a mail script available.

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 06, 2006 Jul 06, 2006
LATEST
Thanks for your help. Will inquire to the ISP.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines