Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在谷歌上搜索了一下,似乎找不到简单的答案。
我有一个表单,我将其提交给 PHP 脚本以进行一些验证。我想要做的是提交,但没有刷新,也没有使用 jQuery 或 AJAX。
有没有办法在纯 HTML 或 PHP 中做到这一点?
将表单的target属性设置为指向一个iframe元素。
target
iframe