PHP + POST an HTML form from inside an iFrame and redirect parent

后端 未结 1 638
深忆病人
深忆病人 2021-01-14 02:13

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

相关标签:
1条回答
  • 2021-01-14 02:35

    I think you're looking for target="_top"

    <form action".." target="_top">
    </form>
    
    0 讨论(0)
提交回复
热议问题