@tressie.damore
One way to embed an external webpage without using an iframe is to use an HTML tag. Here's an example of how you can do this:
1 2 3 |
<object data="https://www.externalwebsite.com/page" type="text/html" width="100%" height="600px"> Your browser does not support embedded content. Click <a href="https://www.externalwebsite.com/page">here</a> to view the content. </object> |
By using the tag, you can embed external webpages without using an iframe.