页面不会显示在iframe中

时间:2014-03-11 02:09:45

标签: php html iframe

我希望你能解决我关于iframe的问题。我创建了2个iframe,一个用于显示PHP信息,另一个用于显示我的网站。我可以在其他iframe中显示PHP信息。它显示一个白色/空白页面。当我检查元素。 URL就在那里,如果我点击URL,它会将我的页面显示给其他标签。这是我的示例代码。

<html>
    <head>
        <title>IFRAME</title>
    </head>
    <body>
        <h1>Iframe test</h1>
        <iframe src="http://localhost/phpinfo.php"></iframe>
        <iframe src="http://stage.hallohallojob.com/register" width="500" height="600"></iframe>
    </body>
</html>
  • 第二个IFRAME需要基本的意图。但为了安全起见,我无法告诉您身份验证。

我无法发现我的错误。请帮助我们。谢谢。

0 个答案:

没有答案