bladu
06-03-2008, 09:51 AM
Hi guys!
I need to show the content of a html link (<a href>) in an iframe placed into div tags, hiding the content between the divs when I click the link .
I do the following :
heading.html
<a href="http://maps.google.es target="centre">Where are </a>
index.html
<div id="centre">
<iframe src="../html/heading.html" name="centre"> -->
<form action="../Fillm" method="post">
...
</form>
</iframe>
</div>
But the page appears me duplicated, one above and the other page behind this one, and when I click the link, the content appears me in the behind page.
I would be grateful if somebody could help me, because I am Stuck.
Bye
I need to show the content of a html link (<a href>) in an iframe placed into div tags, hiding the content between the divs when I click the link .
I do the following :
heading.html
<a href="http://maps.google.es target="centre">Where are </a>
index.html
<div id="centre">
<iframe src="../html/heading.html" name="centre"> -->
<form action="../Fillm" method="post">
...
</form>
</iframe>
</div>
But the page appears me duplicated, one above and the other page behind this one, and when I click the link, the content appears me in the behind page.
I would be grateful if somebody could help me, because I am Stuck.
Bye