
how to load another web page in div?

<div name="iframe" id="iframe"></div>
<iframe id="foo" name="foo" src="http://www.w3schools.com/"></iframe>
//and in Javascript...
Code:
document.getElementById('iframe').innerHTML = frames['foo'].document.body.innerHTML
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.