Is it possible to load the link "https://clockmantellstime.github.io/Games/EZ-money/play.html" which is mine, inside of a file index.html? if so, how can I do it?
CodePudding user response:
You can use load() method i.e. in jQuery inside with the extrenal
CodePudding user response:
You can use <iframe>
to load external links to your website
like:
<iframe src="https://www.w3schools.com/tags/tag_iframe.ASP"></iframe>
Note that sites like YouTube wont load inside <iframe>
as it is restricted.