is it possible to load another website page on my website? I google and iframe is one of the ways, are there any other ways?
Asked
Active
Viewed 111 times
0
-
Is the page you want to load part of your site? Or a different site? – DBS Sep 28 '20 at 09:06
-
I think this is what you're looking for https://stackoverflow.com/questions/40108843/react-how-to-load-and-render-external-html-file – kingkong.js Sep 28 '20 at 09:07
-
another website from another domain – phongyewtong Sep 28 '20 at 09:21
-
Add an [iframe](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe). – ceving Sep 28 '20 at 09:31