Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/97.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html Iframe不显示页面_Html_Google Chrome_Iframe - Fatal编程技术网

Html Iframe不显示页面

Html Iframe不显示页面,html,google-chrome,iframe,Html,Google Chrome,Iframe,放这是html网页不显示页面,原因是什么 <!DOCTYPE html> <html> <body> <iframe src="https://secure.mom.gov.sg/iSubmit/Pages/default.aspx"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>

放这是html网页不显示页面,原因是什么

<!DOCTYPE html>
<html>
<body>

<iframe src="https://secure.mom.gov.sg/iSubmit/Pages/default.aspx">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

您的浏览器不支持iFrame

以下是我的外观,我使用的是chrome v25


主要问题是当页面在iframe中显示时,页面应该有一些信息。因为它是经过https站点的,所以可能不需要,所以您可以在iframe中显示它

第二篇文章中的更多信息:


我认为https://站点中的重定向存在问题。您的src站点不认为iframe是一个值得信赖的平台。一般来说,iFrame不应该用于这样的整个页面