Classic ASP - post to another form

Discussion in 'Programming' started by AstarothSolutions, Jul 19, 2007.

  1. #1
    It has been far too long since I had to do classic ASP.

    I have a form that a user fills in and posts back. This is then validated and if all is ok stored into my database and the user redirected accordingly.

    I now however want to be able to send most the information off to another site (but not the user) at the same time as storing it in the database, ideally by using http post but I am not overly bothered about capturing the response from the other site.

    Any ideas on how to do this? esp without holding my site up if the 3rd party sites are being slow?
     
    AstarothSolutions, Jul 19, 2007 IP
  2. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #2
    You need to create a http request in your code which handles the http post.
    May not be that easy.
     
    it career, Jul 19, 2007 IP