FRAMES HELP

They have: 5,633 posts

Joined: Jan 1970

Ok, I have a problem I created frames for my website for the first time, but everytime someone clicks on a link in the bottom frame it shows up in the first frame. Could someone do me a favor and e-mail me at [email protected] on how to fix this problem? thanx

AndyB's picture

They have: 344 posts

Joined: Aug 1999

How about a link to a nice easy tutorial
http://www.bravenet.com/samples/frames/index.php

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

You should give each frame a name, like
< frame src="whatever.htm" name="YourName">

and then, in your a href, you should give the link a target. The name of the target is similar to the name of the frame you want the page to show up. Like

<a href="YouNameIt.htm" target="YourName" >TheTextOrImageToBeClicked</a>

Hope it helps,

Jack

Shakespeare: onclick || !(onclick)

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.