View Full Version : I need help with my frames please


Mizendy
11-10-2004, 06:42 PM
On my website I have a left frame, a right frame and a middle frame. My links are on my left and right frame, but I'm not sure how to get the link I clicked to open up in the middle frame. If I click on a link in the left frame, the page will opne up in the left frame, not the middle, I have tried everything, please help.

The Code I used for it is...
<DIV style="position: absolute; top:0px; left:0px;" id="scroll4"
style="width:135;height:368;
FILTER: chroma(color=#FFFF00)" allowtransparency="true";
overflow:auto">
<iframe src="clicks.html" name="left" width="160" height="415" frameborder=0></iframe></div>


<DIV style="position: absolute; top:0px; left:130px;" id="scroll4"
style="width:520;height:383;
FILTER: chroma(color=#FFFF00)" allowtransparency="true";
overflow:auto">
<iframe src="home.html" name="middle" width="460" height="415" frameborder=0></iframe></div>


<DIV style="position: absolute; top:0px; left:620px;" id="scroll4"
style="width:150;height:368;
FILTER: chroma(color=#FFFF00)" allowtransparency="true";
overflow:auto">
<iframe src="thanks.html" name="right" width="160" height="415" frameborder=0></iframe></div>

<body background=bg.gif bgproperties=fixed>

Monkey Bizzle
11-10-2004, 06:55 PM
in the <a href... tag, add target="middle" and then the link should open in the middle frame.

Mizendy
11-10-2004, 06:59 PM
Ok, and thx

That worked, but then the link I clicked opened the right page in the middle frame and also opened the left frame in the middle frame as well. My site is www.freewebs.com/duppy/avatars.html , what Am i doing wrong?

Mizendy
11-10-2004, 07:02 PM
That worked, but then the link I clicked opened the right page in the middle frame and also opened the left frame in the middle frame as well. My site is www.freewebs.com/duppy/avatars.html , what Am i doing wrong?

Monkey Bizzle
11-10-2004, 07:11 PM
Well, i looked at your source, and you are missing the skeleton of your page. You don't have any body, head, or html tags. I suggest you start here www.lissaexplains.com and read thru and learn more about the basics before you try to tackle iframes.

Mizendy
11-11-2004, 04:54 PM
Ok thx, my site is starting to look a lil better now!

Mizendy
11-13-2004, 04:41 PM
My site is looking just how I wanted it to now, thankyou so much!!!