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! Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.