View Single Post
Old 7th April 2003, 08:42 AM   #2
Mr. Tech's Avatar

Username: Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
Send a message via MSN to Mr. Tech
Default

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!
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

.::. [ Webmaster Resources ] .::. [ Web Design ] .::. [ Developer Tutorials ] .::.
Mr. Tech is offline   Reply With Quote