lochie
08-29-2007, 11:05 AM
I'm trying to make 1 page with an iframe but when linking to it, be able to change which page opens up in the iframe.
With php I'd use the following:
http://www.domain.com/ifp.php?page=page1
http://www.domain.com/ifp.php?page=page2
Code:
<iframe... source="<?php echo'$page'; ?>.htm ... ></iframe>So ifp.php would always be used as the 'template/designed page' and the link gives the name of which page should be in the iframe.
So, I need the iframe to load up many html pages determind by the links in the menu.
With php I'd use the following:
http://www.domain.com/ifp.php?page=page1
http://www.domain.com/ifp.php?page=page2
Code:
<iframe... source="<?php echo'$page'; ?>.htm ... ></iframe>So ifp.php would always be used as the 'template/designed page' and the link gives the name of which page should be in the iframe.
So, I need the iframe to load up many html pages determind by the links in the menu.
