Embed an External Page Without an Iframe?

前端 未结 6 1561
青春惊慌失措
青春惊慌失措 2020-11-28 05:04

Is there any way to embed an external web page without using an iframe? I have access to both sites, I just want the page that the content is embedded on to resize based on

6条回答
  •  萌比男神i
    2020-11-28 05:36

    HTML Imports, part of the Web Components cast, is also a way to include HTML documents in other HTML documents. See http://www.html5rocks.com/en/tutorials/webcomponents/imports/

提交回复
热议问题