gpt4 book ai didi

javascript - 提交表单而不重定向

转载 作者:行者123 更新时间:2023-11-28 00:02:01 26 4
gpt4 key购买 nike

我想在不重定向页面的情况下提交表单。表单已提交给第三方,因此我无法在 php 中进行更改。我想做的是:-

  1. 无需访问第三方页面即可提交。
  2. 成功提交后显示提醒。

目前我正在使用隐藏的 iframe 和表单目标到隐藏的 iframe 但我不满意。有没有更好的方法可以使用 javascript 或 jquery 来做到这一点。

我的表格:-

<form target="iframe" action="http://www.example.com"  type="post" id="myform">
<input type="text" value="" name="name">
<input type="submit" name="submit">
</form>

我的 iframe:-

<iframe style="display:none" id="iframe"></iframe>

最佳答案

对于这种请求,您需要使用 Ajax。

请看一些教程,例如这个http://www.w3bees.com/2013/08/submit-form-without-page-refresh-with.html

关于javascript - 提交表单而不重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20813627/

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