开发者

possible to target iframe in another html file?

开发者 https://www.devze.com 2022-12-10 15:31 出处:网络
Is something like this possible: <form method=\"post\" action=\"myphp.php\" name=\"myname\" target=\"another_html/iframe_name\">???

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

精彩评论

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