可以在另一个html文件中定位iframe?

时间:2009-11-03 18:28:04

标签: php html

这样的事情是可能的:

      <form method="post" action="myphp.php" name="myname" target="another_html/iframe_name">???

我希望php文件在另一个html文件中的iframe中显示其结果...

由于

1 个答案:

答案 0 :(得分:1)

或多或少是这样的:

<form method="post" action="Otherfile.php" name="myname" target="OtherFrame">