Thread: frames
View Single Post
Old 07-01-2004, 05:48 PM   #6 (permalink)
white-raven
Inactive
 
Join Date: 12-11-03
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

white-raven is liked by many
so do I make multiple iframes in the table cell that I want them to load in like this?

[code:1:e758d60eef]
<iframe height="98%" width="99%" align="bottom" frameborder="0" vspace="2" src="content.htm" name="main">



</iframe>
<iframe height="98%" width="99%" align="bottom" frameborder="0" vspace="2" src="rules.htm" name="rules">



</iframe>[/code:1:e758d60eef]

then change the target from _self to 'main' and 'rules' on the image map? like this

[code:1:e758d60eef]

<map name="navigation">
<area shape="rect" coords="42,27,126,51" href="http://www.skooma.com/sigcontest" target="home">
<area shape="rect" coords="40,50,127,69" href="http://www.skooma.com/sigcontest/rules1.htm" target="rules">
<area shape="rect" coords="38,68,127,88" href="http://www.skooma.com/sigcontest/submit.htm" target="_self"">
<area shape="rect" coords="35,86,128,106" href="http://www.skooma.com/sigcontest/entries.htm" target="_self"">
<area shape="rect" coords="43,105,127,125" href="http://www.skooma.com/sigcontest/prizes.htm" target="_self"">
<area shape="rect" coords="29,123,128,143" href="http://www.skooma.com/sigcontest/sponsors.htm" target="_self"">
<area shape="rect" coords="26,142,132,159" href="http://www.skooma.com/sigcontest/tutorials.htm" target="_self"">
<area shape="rect" coords="23,157,128,177" href="http://www.skooma.com/sigcontest/gallery.htm" target="_self"">
<area shape="rect" coords="23,177,129,199" href="http://www.skooma.com/sigcontest/contact.htm" target="_self"">
</map>[/code:1:e758d60eef]
white-raven is offline   Reply With Quote