Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Multiple Data to Same Form

New Here ,
Apr 16, 2007 Apr 16, 2007
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.
TOPICS
Server side applications
360
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 17, 2007 Apr 17, 2007
Just a guess but what about putting the part#s in an array or a table.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 17, 2007 Apr 17, 2007
Hi Philo,

Thanks for your suggestions.
I'm vaguely familiar with arrays.
Could you please provide details?

Thanks,
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 17, 2007 Apr 17, 2007
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 18, 2007 Apr 18, 2007
LATEST
Thanks a lot for pointing me to these two resources.
I'll check them out.

Thx.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines