Hi,
I have created a search application to find part numbers. I
need to create a Request for Quote form (RFQ) to go with this. I
know how to send one part number to the form via the URL.
What I need to do is save the first part number and quantity
in the RFQ form and continue searching for additional part numbers.
How do I send additional part numbers to the same form before
submitting?
I need something like…
P/N1……Qty1
P/N2……Qty2
….
P/N10…..Qty10
Submit
I think it is done by saving each set of P/N and quantity to
a session variable but I’m not sure how to do this.
Could someone help me or point me to an online tutorial?
Any help will be much appreciated.
Setup: Access db, ASP VBScript, DW 8.0.2, WIN XP/SP2
Thx.