Hello all!
We have a website that was designed many years ago that sits on top of the Umbraco content management system. I do not have access to the server itself and am limited to using the features of the CMS. I have created a donation form and "embedded" it into
one of the Umbraco pages using an iframe. The donation form sits on our servers here at work so I have full access.
I need guests to our site to fill out the form. On submit, the form information needs to be written to a database. Then, the user needs to be redirected with POST information to a web page hosted by our bank where the user will enter credit card information,
etc. and complete the transaction.
I have the iframe working, and the data gets into our database just fine. The parts I'm having difficulty with are getting the user to the bank's web page with POST information and actually getting the user out of the iframe.
I found a class of CodeProject that redirects w ...
Go to the complete details ...