Click to See Complete Forum and Search --> : help me


nixon_iam
01-30-2006, 10:17 AM
I have an iframe in a web page

<td rowspan="4" valign="top">
<iframe name="content" id="content" src="pagina.html" width="100%" height="436px" frameborder="0" class="iframe" scrolling=NO></iframe> </td>
<td height="158"></td>

in which I have a few links with onmouseover ( page pagina.html has some links )

and I want that the pages that come from those links to open in the same iframe.
<IMG height="1" SRC="images/spacer.gif" WIDTH=20><IMG SRC="images/patrat.gif"> <a href="pagina2.html" target="content"
class="albastru" onmouseover="detailes(1);" onmouseout="reset_all();">Link</a><br>

Is this possible???????

Thank you.

thewebman
01-30-2006, 12:50 PM
that should work as long as the iframe has name="content" in it.

nixon_iam
01-31-2006, 02:45 AM
that should work but it didn't. so you have another idea pls

thanks

chrisranjana
01-31-2006, 03:25 AM
Here is a working example of iframe

http://www.trans4mind.com/personal_development/HTMLGuide/iframes.htm

nixon_iam
01-31-2006, 03:43 AM
hy chrisranjana
the link that you give me is not working
http://www.trans4mind.com/personal_development/HTMLGuide/iframes.htm -
The page cannot be displayed