PostbackURL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert Bravery

    PostbackURL

    HI all,

    I am developing a shopping cart. The payment gateway requires certain form
    fields and the the form is posted to a asp page on their site. I am using
    Postbackurl. to do this. Problem is that the page moves away from my site,
    which is a Dotnetnuke site, to the payment gateway site. THis page then
    displays progress messages and finmally returns back to my original site
    with some results.
    I don't wan the pastbackurl page to move off my site, so I thought of using
    an iframe, but don;t know How to set this all up.
    Can some one point me in the right direction, or perhaps share an
    alternative method.

    Thanks
    Robert

  • parez

    #2
    Re: PostbackURL

    On Apr 29, 10:50 am, "Robert Bravery" <m...@u.comwrot e:
    HI all,
    >
    I am developing a shopping cart. The payment gateway requires certain form
    fields and the the form is posted to a asp page on their site. I am using
    Postbackurl. to do this. Problem is that the page moves away from my site,
    which is a Dotnetnuke site, to the payment gateway site. THis page then
    displays progress messages and finmally returns back to my original site
    with some results.
    I don't wan the pastbackurl page to move off my site, so I thought of using
    an iframe, but don;t know How to set this all up.
    Can some one point me in the right direction, or perhaps share an
    alternative method.
    >
    Thanks
    Robert
    you could a use WebClient to post the fields to the payment getway
    from your page.

    Comment

    • Robert Bravery

      #3
      Re: PostbackURL

      HI,

      I am unfamiliar with this. I did a google. Are you talking about WebClinet
      Software Factory. If so, I have never used this, where can I get information
      on how to use this in the manner that you suggest.

      Thanks
      Robert

      "parez" <psawant@gmail. comwrote in message
      news:450e28a2-f7ad-4a39-92f8-70fe4538af95@k3 7g2000hsf.googl egroups.com...
      On Apr 29, 10:50 am, "Robert Bravery" <m...@u.comwrot e:
      > HI all,
      >>
      >I am developing a shopping cart. The payment gateway requires certain
      >form
      >fields and the the form is posted to a asp page on their site. I am using
      >Postbackurl. to do this. Problem is that the page moves away from my
      >site,
      >which is a Dotnetnuke site, to the payment gateway site. THis page then
      >displays progress messages and finmally returns back to my original site
      >with some results.
      >I don't wan the pastbackurl page to move off my site, so I thought of
      >using
      >an iframe, but don;t know How to set this all up.
      >Can some one point me in the right direction, or perhaps share an
      >alternative method.
      >>
      >Thanks
      >Robert
      >
      you could a use WebClient to post the fields to the payment getway
      from your page.
      >
      >
      ---
      avast! Antivirus: Inbound message clean.
      Virus Database (VPS): 080429-1, 29/04/2008
      Tested on: 30/04/2008 07:32:42 AM
      avast! - copyright (c) 1988-2008 ALWIL Software.
      Join hundreds of millions of others & get free antivirus for PC, Mac, & Android. Surf safely with our VPN. Download Avast!

      >
      >
      >

      Comment

      • parez

        #4
        Re: PostbackURL

        On Apr 30, 1:40 am, "Robert Bravery" <m...@u.comwrot e:
        HI,
        >
        I am unfamiliar with this. I did a google. Are you talking about WebClinet
        Software Factory. If so, I have never used this, where can I get information
        on how to use this in the manner that you suggest.
        >
        Thanks
        Robert
        >
        "parez" <psaw...@gmail. comwrote in message
        >
        news:450e28a2-f7ad-4a39-92f8-70fe4538af95@k3 7g2000hsf.googl egroups.com...
        >
        On Apr 29, 10:50 am, "Robert Bravery" <m...@u.comwrot e:
        HI all,
        >
        I am developing a shopping cart. The payment gateway requires certain
        form
        fields and the the form is posted to a asp page on their site. I am using
        Postbackurl. to do this. Problem is that the page moves away from my
        site,
        which is a Dotnetnuke site, to the payment gateway site. THis page then
        displays progress messages and finmally returns back to my original site
        with some results.
        I don't wan the pastbackurl page to move off my site, so I thought of
        using
        an iframe, but don;t know How to set this all up.
        Can some one point me in the right direction, or perhaps share an
        alternative method.
        >
        Thanks
        Robert
        >
        you could a use WebClient to post the fields to the payment getway
        from your page.
        >
        ---
        avast! Antivirus: Inbound message clean.
        Virus Database (VPS): 080429-1, 29/04/2008
        Tested on: 30/04/2008 07:32:42 AM
        avast! - copyright (c) 1988-2008 ALWIL Software.
        http://www.avast.com
        Provides common methods for sending data to and receiving data from a resource identified by a URI.


        Comment

        Working...