gpt4 book ai didi

javascript - 设置表单目标并在 safari 中提交

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:51:27 25 4
gpt4 key购买 nike

需要一些帮助。此 javascript 代码应设置表单的目标并提交。在 Safari 5.0.2 中不起作用...为什么???

<html>
<body>You will be redirected to PayPal in a few seconds.
<form action="https://www.paypal.com/webscr" id="paypal_standard_checkout" name="paypal_standard_checkout" method="POST">
<input id="business" name="business" value="test@testxyz.com" type="hidden"/>
</form>
<script type="text/javascript">
document.getElementById("paypal_standard_checkout").setAttribute("target","payment");
document.getElementById("paypal_standard_checkout").submit();
</script>
</body>
</html>

最佳答案

在 Safari 5.0.1 中对我不起作用然后我从编辑菜单中取消选中“阻止弹出窗口”然后它工作正常:)

代码似乎工作正常,只是被阻止了。

关于javascript - 设置表单目标并在 safari 中提交,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4074103/

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