Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transfer data from one form to another

Status
Not open for further replies.

Laura2

IS-IT--Management
Aug 13, 2002
99
US
I've been searching in this forum for 2 hours looking for the scripting to transfer data from one form to another without success. It's been a while since I've used asp but here goes:

I have two asp forms one called &quot;appendix_c.asp&quot; and the other called &quot;appendix_d.asp&quot;. The form field I am trying to transfer the data from is called &quot;Team&quot;. What is the exact code that I need to put for that? I thought it was <%=request(&quot;Team&quot;)%> but that isn't working. I should also note that the user can only get to the 2nd form after seeing the confirmation from the first.

Can anyone help me out with this?

Thanks a bunch. :)

Laura.
 
I think the right command is <%=request.form(&quot;Team&quot;)%>. The issue I'm having is that Frontpage has generated a Webbot to save my results to a database in the Form name code, so I can't replace that with the address of my second form and still save the database results.

Laura.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top