britter Posted August 16, 2007 Share Posted August 16, 2007 Ok, I am using a horizontal scroll over menu bar. I made it static on pages by putting it in an include and then using a div to position an iframe with the page I am calling. The problem I am having though is that when a page is clicked in the Iframe it doubles the header. Any ideas? Link to comment https://forums.phpfreaks.com/topic/65245-include-and-iframes/ Share on other sites More sharing options...
MadTechie Posted August 16, 2007 Share Posted August 16, 2007 the link in the iframe is opening the page you could add a ?portal to the src in the iframe and then a $_GET in the file to exclude the menu! if(!isset($_GET['portal'])) { echo "menu"; } Link to comment https://forums.phpfreaks.com/topic/65245-include-and-iframes/#findComment-325804 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.