Hy i have this problem:
I create a website like this.
Index.php have a iframe inside and all link open there with target=”myiframe”
I have in a include folder the page that I open inside the iframe:
Index.php
Include/home.php (homepage scr iframe)
Include/ferrari.php (content inside talking about Ferrari)
Include/bmw.php (content inside talking about BMW)
I want to know if is possible that when users found on internet search my external page
Include/ferrari.php -> http://club.gircina.ro/ include/ferrari.php
if they click on link the page open inside iframe and not normal without iframe.
I want this beacause the website have header menu footer and if they click on
external the page not load all of these
Thanks
HERE a exemple of what I say: http://club.gircina.ro/

