如何使用iframe标签显示宽度和高度

时间:2017-08-21 05:32:41

标签: html iframe

<!DOCTYPE html>
<html>
<body>

<iframe src="https://desk.zoho.com/portal/myclassboard/kb/articles/how-to-view-event-details-in-the-calendar/">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

朋友们,

我需要如何使用iframe。我编写的上述代码在iframe中显示网站,但在某些情况下,当我更改网站链接时,它正常工作,有些情况下它无法正常工作。

在上述情况下,我们更改了某些 https://corp6beta.myclassboard.com/ 的链接,但是上面的链接无效。

我是iframe的新手,请帮助我...如何避免这个问题。

1 个答案:

答案 0 :(得分:0)

之前我遇到过这样的问题,这可能会对你iFrame not Loading有所帮助。