Jeanie
07-24-2003, 02:52 PM
I want to use iframes to make my site, but when I click the link it opens up in a new window insted of in the frame. Please help
here is wat I'm using:
<HTML>
<HEAD>
<TITLE>Two Halves of a Whole</TITLE>
</HEAD>
<BODY bgcolor="#002248" BACKGROUND="thoaw_bg.gif" bgproperties="fixed">
<img style="position:absolute; top:227px; left:336px; width:359px;
height:13px" src="navmap.gif" usemap="#mymap" width="359" height="13" border="0">
<map name="mymap">
<area shape="rect" coords="0,0,33,12" href="art.htm" target="_frame">
<area shape="rect" coords="53,0,75,12" href="art.htm" target="_frame">
<area shape="rect" coords="93,0,126,12" href="art.htm" target="_frame">
<area shape="rect" coords="147,0,182,12" href="art.htm" target="_frame">
<area shape="rect" coords="204,0,242,12" href="art.htm" target="_frame">
<area shape="rect" coords="263,0,295,12" href="art.htm" target="_frame">
<area shape="rect" coords="316,0,358,12" href="art.htm" target="_blank">
</map>
<div align="center">
<div style="position: absolute; top:277; left:210">
<IFRAME src="update_left.htm" name="frame" width="112" height="290" frameborder="0"></IFRAME></div>
<div style="position: absolute; top:277; left:344">
<IFRAME src="update.htm" name="frame2" width="472" height="290" frameborder="0"></IFRAME></div>
</div>
</BODY>
</HTML>
here is wat I'm using:
<HTML>
<HEAD>
<TITLE>Two Halves of a Whole</TITLE>
</HEAD>
<BODY bgcolor="#002248" BACKGROUND="thoaw_bg.gif" bgproperties="fixed">
<img style="position:absolute; top:227px; left:336px; width:359px;
height:13px" src="navmap.gif" usemap="#mymap" width="359" height="13" border="0">
<map name="mymap">
<area shape="rect" coords="0,0,33,12" href="art.htm" target="_frame">
<area shape="rect" coords="53,0,75,12" href="art.htm" target="_frame">
<area shape="rect" coords="93,0,126,12" href="art.htm" target="_frame">
<area shape="rect" coords="147,0,182,12" href="art.htm" target="_frame">
<area shape="rect" coords="204,0,242,12" href="art.htm" target="_frame">
<area shape="rect" coords="263,0,295,12" href="art.htm" target="_frame">
<area shape="rect" coords="316,0,358,12" href="art.htm" target="_blank">
</map>
<div align="center">
<div style="position: absolute; top:277; left:210">
<IFRAME src="update_left.htm" name="frame" width="112" height="290" frameborder="0"></IFRAME></div>
<div style="position: absolute; top:277; left:344">
<IFRAME src="update.htm" name="frame2" width="472" height="290" frameborder="0"></IFRAME></div>
</div>
</BODY>
</HTML>