-
need help with iframe's
well i'm working with 2 iframes on my site, and now i have this problem. when i click a link that targets iframe2, and then click a link that targets iframe1 the txt in iframe2 doesnt go away, i tried several codes like this:
<a href="E:\Mijn afbeeldingen\sitemap\affiliate.html"target="iframe"><img src="file:///E|/Mijn afbeeldingen/sitemap/affiliate.png" width="83" height="21" alt="" border="0"
STYLE="position: absolute; left: 400px; top: 390px;"></a>
<a href="E:\Mijn afbeeldingen\sitemap\home2.html"target="iframe2"><img src="file:///E|/Mijn afbeeldingen/sitemap/affiliate.png" width="83" height="21" alt="" border="0"
STYLE="position: absolute; left: 400px; top: 390px;"></a>
here in is home2 the default blanc document
this didnt work either:
<a href="E:\Mijn afbeeldingen\sitemap\affiliate.html"target="iframe"><a href="E:\Mijn afbeeldingen\sitemap\home2.html"target="iframe2"><img src="file:///E|/Mijn afbeeldingen/sitemap/affiliate.png" width="83" height="21" alt="" border="0"
STYLE="position: absolute; left: 400px; top: 390px;"></a>
any help would really be apreciated
-
target="iframe "> try removing space bar ;]
also try to name iframes like #smth or #smth2
and target="#smth" it shall work
also check if you closed the iframe tags [ </iframe> ]