View Full Version : Frame Links NEED IMMEDIATE HELP


Sunnystar
03-06-2003, 02:24 AM
Ok, Never mind the last one. I got the frames up how I wanted to. Now, How do I link from left and rights to the middle frame. This is the type I'm using. website is here http://embark.to/CCC


<HTML><HEAD><TITLE>title</TITLE></HEAD>

<FRAMESET ROWS="30%,70%">
<FRAME SRC="up.html" NAME="up">
<FRAMESET COLS="20%,60%,20%">
<FRAME SRC="left.html" NAME="left">
<FRAME SRC="middle.html" NAME="middle">
<FRAME SRC="right.html" NAME="right">
</FRAMESET>

<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>

</HTML>

egbaseball29
03-06-2003, 02:38 AM
i think i know what ur talkin bout! just use target="Themiddleframe.html" add that to umm well add it to i cant explain it but thats what u do!

Sunnystar
03-06-2003, 02:52 AM
Tried it and it didn't work. I just need to target it. Like with right and left frames I just say "target=rightside"

pb&j
03-06-2003, 03:42 AM
Originally posted by Sunnystar
<HTML><HEAD><TITLE>title</TITLE></HEAD>

<FRAMESET ROWS="30%,70%">
<FRAME SRC="up.html" NAME="up">
<FRAMESET COLS="20%,60%,20%">
<FRAME SRC="left.html" NAME="left">
<FRAME SRC="middle.html" NAME="middle">
<FRAME SRC="right.html" NAME="right">
</FRAMESET>

<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>

</FRAMESET>
</HTML>
You were missing the last frameset.
To target a link to appear in the middle area, just target that in your link tags.

Example...
<a href="newpage.html" target="middle"> text here </a>

Sunnystar
03-06-2003, 07:48 AM
Oh Thankyou so much. I really don't know where I'd be with the help of this site. Thankyou .