Using POST method to pass variables from an html page to an asp.net web page (and open the page)

Discussion in 'HTML / PHP / JavaScript / CSS' started by Will1968, Jan 26, 2009.

  1. Hi,

    I am having to integrate my website with an online payments provider.

    After accepting the payment (or not) the secure website passes back some information using the POST method.

    They provide an example of passing the info to a cgi file which then writes the info to a log file.

    What I would like to do is pass the information to an asp.net webpage and save the info to my database and tell the customer that they were successful.

    I am a newbie so apologies if any of this seems very obvious.

    Can anyone provide me with some pointers.

    Cheers,

    Will
     
  2. I have since found out that this cannot be done by thepayments provider.

    Please disregard post.
     

Share This Page