iframe コンテナー内にページが埋め込まれた iframe で結果を返すにはどうすればよいでしょうか。
<form action="what.php" method="POST">
<center><input type="text" name="search"/><br/>
<input type="submit" value="Search google" name="submit">
</center></form>
<?php if (isset($_POST['submit']))
{
$a = '<iframe width="500" height="400" src="http://www.google.com/search?q='.$_POST['search'].'"></iframe>';
echo htmlentities($a);
echo $a;
}
?>
overload:auto が機能しませんでした。iframe で Google 検索を使用して幸運を感じているという結果を表示するにはどうすればよいでしょうか :) ばかげた質問をしている場合は、私の無知を許してください