I\'m wondering if it\'s possible to do the following: have an iFrame inside of an HTML page. Inside the iFrame, I have a \'Pay with PayPal\' button. When that button is clic
I think you're looking for target="_top"
target="_top"
<form action".." target="_top"> </form>