Hi and Welcome mr t :cheesygr:
In the page with the code for the frames, you have to give the frame your linking to a name.
e.g
Code:
<frame src="main.html" name="main">
See the
name="main"? That's the name.
Now on your left links, on every link that should appear on the right frame should look like this:
Code:
<a href="photos.html" target="main">Photos!</a>
See the
target="main"? What that's saying is open this page in the "main" window.
Do you understand that?
You don't have to use PHP but you can find some tutrials on it here:
http://www.webwondersnews.com/resour...ex.php?cat=157
I hope that helps!