Can I have it so that when you click a link from a certain page, it brings you to a new page with a frame, and the page displayed in the frame is determined by the link? I tried doing it with PHP, but I kept getting this error:This is my code for the frame:Forbidden
You don't have permission to access /hhs/<table cellpadding= on this server.
--------------------------------------------------------------------------------
Apache/1.3.14 Server at 127.0.0.1 Port 80
And the link:Code:<iframe name="main" frameborder="0" width="728" src="<?php include $id;?>" vspace="0"></iframe>
Code:<a href="main.php?id=academics/index.html">Academics</a>