Embed an External Page Without an Iframe?

前端 未结 6 1572
青春惊慌失措
青春惊慌失措 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:19

    Question is good, but the answer is : it depends on that.

    If the other webpage doesn't contain any form or text, for example you can use the CURL method to pickup the exact content and after then showing on your page. YOu can do it without using an iframe.

    But, if the page what you want to embed contains for example a form it will not work correctly , because the form handling is on that site.

提交回复
热议问题