Code: Select all
<div id="mainbody">
<?php
echo ("<iframe src='".$page.".php' width='100%' height='470px' scroll='yes' border='0' name='content'>You need to enable frames to view this site. Thank you.</iframe>");
?>
</div>Code: Select all
<div id="nav"><a href="index.php?page=testing" target="content">testing</a></div>