gpt4 book ai didi

javascript - 如何设置表单发布操作对 iframe 源的响应?

转载 作者:行者123 更新时间:2023-12-03 06:17:50 25 4
gpt4 key购买 nike

我有一个表单和一个 iframe。我想在表单上设置 iframe 的源提交到第 3 方支付网关 url。另外,onSubmit 会调用一个 javascript 函数。我想在 iframe 中而不是在父窗口中显示表单提交的响应。请指导我。谢谢。

最佳答案

<form target="frame" onsubmit="document.getElementById('frame').style.display = 'block';">
</form>

<iframe id="frame" name="frame" style="display: none;"></iframe>

我想这就是你所需要的;)

关于javascript - 如何设置表单发布操作对 iframe 源的响应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7244505/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com