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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

from form to form, i know how to pa

Status
Not open for further replies.

ranchu

Programmer
Sep 29, 2001
3
CA
from form to form, i know how to pass the selections a user would choose by name:
<input type=&quot;text&quot; name=&quot;field1&quot; size=&quot;1&quot; style=&quot;visibility: hidden&quot; value=<%=Request.Form(&quot;field1&quot;)%>>
<input type=&quot;text&quot; name=&quot;field2&quot; size=&quot;1&quot; style=&quot;visibility: hidden&quot; value=<%=Request.Form(&quot;field2&quot;)%>>

how can i pass it by name and value, i'll need to pass the name and value (being used as unrelated from one another) from a drop down box, sometimes i just need the value sometimes the users option's name, others times, i need to pass both, from .asp to .asp

I'm taking this info and making calculations with it.

how can i do it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top