我已将信用卡输入区域(在付款通道中)设置为iframe。 example.com只是一个表单。提交表单时,我想将其作为整页加载而不是内部iframe。
<iframe src="http://example.com"> </iframe>
submitting the form in iframe and redirect the whole page是一个非常相似的问题。
但遗憾的是我无法访问该表单,因为这是银行页面。
那么如何在表单提交时加载整个页面而不触及iframe页面?