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

insert record AND post form

Explorer ,
Oct 23, 2006 Oct 23, 2006
Hi,
I'm sure this is a common problem, I could not find anything relating to it in search here so...

I have a form, which I insert data into database, fine.

I then want to post the same form to paypal payment page.

I've got paypal set-up fine with hidden fields in the form etc. However, how can I make the insert into database and then post the form to paypal ? should I use onClick event to trigger insert and action to post to paypal ?

using asp vb

Any advise appreciated.
TOPICS
Server side applications
293
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 ,
Oct 23, 2006 Oct 23, 2006
LATEST
It'd be a 2 page process. On page 1, you submit the form and insert record
into database. Then redirect to page 2. On page 2, you'd submit the form on
load and post it to paypal.

--
Jules
http://www.charon.co.uk/charoncart
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004



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