Hi, I'm trying figure out how to display just one part of a web page within another page, I want to display my order page on my index. I tried doing so with IFrame but, I don't know how to get around it re-producing the header from the original page as well. Is there a way to fix it so that it will only display the part I need. Hopefully I explained my problem clearly, but If you check out my site you should be able to see what I'm taking about, MaddogNoland.com
Why not just replicate the code you want on the index page . I'm not 100% sure I understand you but your solution seems to be overcomplex and confusing . You don't nest pages , you nest divs .
with iframe you can set a starting point (a name="x" ... a href="#x" ) on the site and define the width and heights so shows only what you need