Looking for a javascript method to display a webpage. Similar to an iframe, but in javascript.
1. Something like this:
var location = "www.example.com"
javascript method = location
This would display a webpage inside another webpage.
Thank you.
Sure. By js its possible. you create an xmlhttprequest, and put its response to a div. But ofcourse, same origin policy applies.
But I’ll prefer an iframe