Forums

ASP

This topic is locked

Forms ASP & DWMX

Posted 19 Aug 2005 17:04:26
1
has voted
19 Aug 2005 17:04:26 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 26 Aug 2005 16:22:52
26 Aug 2005 16:22:52 Michael Behan replied:
in the second form put in a number of hidden fields (1 for each field on the first form). Set their default values to <%=Request.Form("xyz"%>
where xyz was the name of the form field on the first form.

So when the form on the second form is submitted the data from both forms is sent.

Reply to this topic