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? Quote 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"; } Quote Link to comment https://forums.phpfreaks.com/topic/65245-include-and-iframes/#findComment-325804 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.