将其他网站嵌入到我的网站时为空白部分

时间:2018-12-03 08:36:37

标签: javascript jquery html iframe

将第二个网站嵌入第一个网站时遇到问题。我有两个站点example1.comexample2.com。我想将页面嵌入example2.comexample1.com中,但是我放置嵌入代码的部分显示为空白,而不显示example2.com页面。我尝试使用iframe<object>标签和link rel="import",但没有一个能给我最好的效果。

这是我之前尝试过的代码:

<link rel="import" href="http://example2.com">

<object data="http://example2.com" width="400" height="300" type="text/html"></object>

<iframe src="http://example2.com"></iframe>

请任何人可以帮助我解决此问题,可以与我分享解决方案。谢谢你。

0 个答案:

没有答案