TO submit to an email you most likely have:
<form name="myform" method="post" action="mailto:emailaddres
To submit to another page you simply change the action to the page name you are submitting to.
<form name="myform" method="post" action="nextpage.XXX">
Where XXX is the extention of the page.
However, note that you will need the page to be a dynamic page to do anything with the data. By dynamic I mean something like ASP, ASP.NET, PHP, ColdFusion, Java, etc.
A plain HTM or HTML page will not be able to see the data that was submitted.
Main Topics
Browse All Topics





by: Ai3dPosted on 2006-02-09 at 08:06:34ID: 15913810
You need to tell me how many fields you have and what are their names, better yet, share the html page if you can..