Forums

ASP

This topic is locked

Sending Multiple Variables based on one selection

Posted 11 Aug 2001 21:31:08
1
has voted
11 Aug 2001 21:31:08 Vic Johnston posted:
I have a recordset and a form combined on a page. My recordset includes prices a - j, sizes a - j, and flags a - j. If there is a value in flagx then there are entries inside pricex and sizex. However, I wish my form to submit both prices, sizes. My form already sends other variables including quoteid, and custid, and quantity. I just do not seem to be able to create a conditional hidden field based on the selection from the radio boxa - j. I can send one conditional field but I'm at a loss as to sending three variables.

Replies

Replied 12 Aug 2001 16:06:31
12 Aug 2001 16:06:31 Joel Martinez replied:
well, I"m not sure how you have data set up, but if you are sending the data from a link (querystring), then I would say to include all of the information in the querystring, and sort it out on the receving end.

however, if you are sending the data via form posts, then I would say to use hidden form fields. Then that way you can use the conditional region to write them out or not.

Joel Martinez

----------
set rs = conn.execute("SELECT answer FROM brain WHERE question = "& forumPost &"

Reply to this topic