iframe不显示页面

时间:2013-03-21 16:59:49

标签: 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>

这就是我的样子,我正在使用chrome v25。

enter image description here

2 个答案:

答案 0 :(得分:0)

主要问题是页面在iframe显示时应该有一些信息。因为它是通过https网站,所以可能不会这样,你可以在iframe中显示它。

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

http://www.dotnetnuke.com/Resources/Forums/forumid/39/threadid/240336/scope/posts.aspx

答案 1 :(得分:0)

我认为https://网站中的重定向存在问题。您的src网站不会将iframe评为可靠的平台。通常,iframe不应该用于整个页面。