カントがこの作業を行うようです。私は提出した後にフォームに戻って行きたい。それだけで表示されます。リダイレクトが機能していない/アラートが表示されない
**Object not found!**
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
**Error 404**
localhost
Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.23
また、アラートがポップアップしません。 エラーがあるためポップアップしませんか?
私のphp
if (mysqli_query($con,$sql))
{
?><script>
alert('Saved Successfully!');
window.location = ".../cnc/makerForm.php";
</script><?php
}
私のhtml
<div class="w3-border">
<h6 class = "w3-grey trbl-padding-5 trbl-margin">Maker</h6>
<a class="w3-btn-floating w3-pale-yellow" onclick="return toggleMakerBox('iframe_makerForm')">+</a>
<iframe height="400px" width="100%" src="makerForm.php" style="display:none;" name="iframe_makerForm" id="iframe_makerForm"></iframe>
</div>
「...」とは何ですか?私は思っただけです..);) – nospor