何度も失礼します!

iframe先にPOTしたいのですが、飛ばせてないみたいです。
検索したら、これで動くのが一般的みたいですが…

<iframe src="http://localhost/frame.php"; id="frame_1"></iframe>

<form method="post" target="frame_1" action="http://localhost/frame.php"; id="edit_form">
<input type="hidden" name="id" value="3">
<input type="button" value="追記">
</form>

frame.phpには、

sleep("2");
print("page2_post".$_POST["id"]);

と、書いて待っているのですが、ボタンを押してもifram側に何もしていない様子です。
検索先を何度も調べたのですが…

よろしくお願いしますorz