我有一个将 php 文件提交到 iframe 的表单。
这是表格:
<form action="del.php" method="post" target="output" >
Server: <input type="text" name="server_id" value="" />
Name:<input type="text" name="name" value="" />
Password:<input type="password" name="password" value="" /> <br>
Create Log? <input type="checkbox" name="log" value="" />
Output list of files? <input type="checkbox" name="out" value="" /><br>
<input type="submit" name="delete" value="Delete FTP!" /></td><br>
<iframe id="output" ></iframe>
del.php 删除远程 ftp 上的文件。该递归函数需要一段时间。现在我想通过将 del.php 加载到 iframe 来显示加载图像。