我在 iframe 页面中使用表单操作。(if1.php)。我想导航到(mail.php)页面,这是一个常规的 php 页面。(即 iframe 页面到另一个页面)。用于导航的 iframe 页面(if1.php)中的代码如下所示。
<form target="myframe" action="mail.php" method="post">
<!-- code here -->
</form>
但是当我在 iframe 页面(if1.php)中按下提交按钮时出现以下错误。为什么会发生此错误?我使用的浏览器是chrome。
不可接受 在此服务器上找不到请求资源 /radical/mail.php 的适当表示。
此外,在尝试使用 ErrorDocument 处理请求时遇到 404 Not Found 错误。