FRAMES HELP
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 posted this at 05:52 — 22nd March 2000.
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 posted this at 08:28 — 23rd March 2000.
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.