When I hit the Submit button I pass this mess to the next .ASP page.
Buried near the end is all of the parts a person wants to order, as shown below.
QTY+100130=2&QTY+100130=4&QTY+100130=1&QTY+100134=1&QTY+100139=5&QTY+410013=1&QTY+100275=2&QTY+100130=1
So on this order there are 8 itmes.
for example the following is the Quantity box with the quantity of 2 for part number 100130.
QTY+100130=2
Can a grab all 8 items somehow in a "For Next" loop or a "Do Loop" to get get out the part number and the quantity of that part number.
this works for Customer number and PO and so forth
<%Customer=request.querystring("Cust"%>
<%PONum=request.querystring("PONum"%>
<%BillToAttn=request.querystring("BillToAttn"%>
But there will be a different number of Qty boxes and different part numbers for each order.
TIA [sig]<p>DougP, MCP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.[/sig]
Buried near the end is all of the parts a person wants to order, as shown below.
QTY+100130=2&QTY+100130=4&QTY+100130=1&QTY+100134=1&QTY+100139=5&QTY+410013=1&QTY+100275=2&QTY+100130=1
So on this order there are 8 itmes.
for example the following is the Quantity box with the quantity of 2 for part number 100130.
QTY+100130=2
Can a grab all 8 items somehow in a "For Next" loop or a "Do Loop" to get get out the part number and the quantity of that part number.
this works for Customer number and PO and so forth
<%Customer=request.querystring("Cust"%>
<%PONum=request.querystring("PONum"%>
<%BillToAttn=request.querystring("BillToAttn"%>
But there will be a different number of Qty boxes and different part numbers for each order.
TIA [sig]<p>DougP, MCP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.[/sig]