vanbao
12-08-2007, 04:26 AM
Please help. I am using Iframe SS II (http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm) and I am trying to insert two pages onto the same page. Is this possible?
I tried by inserting the two iframe tags (see below) in two places one after another but only one external page shows up.
<iframe id="myframe" src="externalpage1.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>
<br>
<iframe id="myframe" src="externalpage2.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>
Does anyone know what I can do to be able to insert two external pages.
Thank you.
I tried by inserting the two iframe tags (see below) in two places one after another but only one external page shows up.
<iframe id="myframe" src="externalpage1.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>
<br>
<iframe id="myframe" src="externalpage2.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>
Does anyone know what I can do to be able to insert two external pages.
Thank you.