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>
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>