PostbackURL

R

Robert Bravery

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
 
P

parez

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.
 
R

Robert Bravery

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top