Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
What you need, is to use an javascript asynchronous call (AJAX) to get the content of the page, and to use javascript to put that html into the div.
But, you will need to work your destination page to not have another <head> nor <body> element, but just plain HTML, or it could confuse the browser when rendering the current page.
Or you could go simplier, and use an iframe rather than a div.
It's designed to be used in cases like this.
__________________
Only a biker knows why a dog sticks his head out the window.
|