How do we load an external web page into the div of an html page?

GAB

Asked by Gary A Bouchard

Post Date : Sat, 05/20/2017 - 17:27

Categories : SEO

1 Answers | 0 Views

Gary, 

This can be done with a simple html by having the URL which you want to load in div of a web page as the value of the "data" attribute in <object> tag or by using a two liner javascript.

Refer this stack overflow link to know more. http://stackoverflow.com/questions/18145273/how-to-load-an-external-webp...

Answered Date 17-May-17 by Cameron Shisler

Login to comment