我之前发过一些这样的话。
问题是我在iframe应用程序中的表单是从facebook重定向的, 我也把一个target =“_ top”给它。
<form action="http://xample.com/index.php" method="post" target="_top">
我认为这是一个常见的问题,我在stackoverflow或Google的帮助下没有找到任何结果。
也许有人有一个lmgtfy链接;)
thx sven
答案 0 :(得分:2)
这很简单。
<form action="http://xample.com/index.php" method="post" target="iframe_canvas">