Back | Reverse | Quick Reply | Post Reply |

Problem with iframes
Link | by Ails on 2006-06-11 09:12:23 (edited 2006-06-11 09:14:39)
Hi... I have a question about iframes

Is it possible to put other HTML tags after a series of iframe tag? Because the TABLE after the series isn't being displayed in IE 6.0.


< iframe src="menu.jsp" name="menu" id="menu" scrolling="no" width="995" height="41" frameborder="0" allowtransparency="true" >
< iframe src="../log.jsp" name="log" id="log" scrolling="no" width="995" height="41" frameborder="0" allowtransparency="true" >
< TABLE >
.
.
.
.
< /TABLE >

Please help me. Thanks...!

When crossing a long and high bridge, don't look down to see how deep you can fall but look straight ahead to see what's awaiting for you...

Re: Problem with iframes
Link | by Inggo on 2006-06-25 09:21:03
Well, you forgot to close your iframe tag...

<iframe src="menu.jsp" name="menu" id="menu" scrolling="no" width="995" height="41" frameborder="0" allowtransparency="true"></iframe>
<iframe src="../log.jsp" name="log" id="log" scrolling="no" width="995" height="41" frameborder="0" allowtransparency="true"></iframe>
<table>
.
.
.
</table>

^_^

Back | Reverse | Quick Reply | Post Reply |

Copyright 2000-2025 Gendou | Terms of Use | Page loaded in 0.0009 seconds at 2025-07-15 01:28:35