Problem with iframes
|
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.
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
|
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> ^_^ |