Tection99 Posted June 5, 2008 Share Posted June 5, 2008 Does anyone know of a good way to load a specific div from another webpage? Basically like an IFrame but insted of load a whole page, load just a div.. Thanks! Link to comment https://forums.phpfreaks.com/topic/108918-load-div-from-another-url/ Share on other sites More sharing options...
pquery Posted June 12, 2008 Share Posted June 12, 2008 You could do an Ajax call on that div on a timed interval (let's say a few miliseconds) so that it starts to call the outside page as the rest of the page is still loading. That way you're not using an iframe but you can still call the outside information. Another way would be just using javascript like so many rss page feeders do. Link to comment https://forums.phpfreaks.com/topic/108918-load-div-from-another-url/#findComment-564357 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.