开发者

possible to target iframe in another html file?

Is something like this possible:

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

I want the php file to display its results in an iframe inside another html file...

Thanks开发者_如何学C


More or less like this:

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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜