Forums
This topic is locked
Forms, DWMX & ASP.
19 Aug 2005 05:00:56 Malcolm X posted:
Hey all. I am new at all this so just looking for your help (in layman's terms), here. I would like to know how to do the following in a form. Consider that I am using DWMX & ASP.I have created 2 htm, documents which have a form in each one. I would like to be able to carry any information entered in the first form to the second form. And then submit information from the 1st & 2nd form at once.
Can this be one in ASP? If so can anyone roughly explain how.
Thanks to all.
Mal R.
Replies
Replied 22 Aug 2005 20:24:57
22 Aug 2005 20:24:57 Rene Bandsma replied:
This is very easy:
1. Create a page with all the formfields and submit the form to the follow up page;
2. In the follow-up page read-out all the information that is posted in the first page and store that information into hidden fields. Add also the other forms fields and give the form the right action and you're done.
<hr><b>DMXZone support manager</b><br><a href="www.kousman.nl">Kousman web resellers</a>
1. Create a page with all the formfields and submit the form to the follow up page;
2. In the follow-up page read-out all the information that is posted in the first page and store that information into hidden fields. Add also the other forms fields and give the form the right action and you're done.
<hr><b>DMXZone support manager</b><br><a href="www.kousman.nl">Kousman web resellers</a>
Replied 24 Aug 2005 16:10:28
24 Aug 2005 16:10:28 Vince Baker replied:
TO learn how to acheive what Rene correctly explains, try using the Dreamweaver tutorials as they will give you all the skills you need to do this.
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Replied 25 Aug 2005 11:28:52
25 Aug 2005 11:28:52 Malcolm X replied:
Under the Dreamweaver Tutorials, which heading should I be looking under. Could not find it earlier. Mal.
Replied 26 Aug 2005 01:02:34
26 Aug 2005 01:02:34 Rene Bandsma replied:
This would be a good start: www.dmxzone.com/showDetail.asp?TypeId=2&NewsId=6874
<hr><b>DMXZone support manager</b><br><a href="www.kousman.nl">Kousman web resellers</a>
<hr><b>DMXZone support manager</b><br><a href="www.kousman.nl">Kousman web resellers</a>