If I understand you correctly , try this as your say index page and call the page you require
Code:
<html>
<head>
<title>No title</title>
</head>
<frameset rows="100%" cols="1*">
<frame name="main" scrolling="auto" marginwidth="0" marginheight="0" src="your_page.php">
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html>