index.html是:
<iframe src="/changeDataAndBack"></iframe>
但是返回的html文件显示在iframe中,
如何在iframe的父级上显示页面
感谢
更新
我改变了这一点,但没有发生任何事情:
<iframe src="/_openid/login?continue=/" target="_top"></iframe>
答案 0 :(得分:0)
答案 1 :(得分:0)
现在没关系,我将target =“_ parent”添加到iframe页面:
<form class="openid" method="post" action="{{login_url}}" target="_parent">