Forum Moderators: phranque

Message Too Old, No Replies

Load a page in a cell or a Layer

         

Tony123

4:06 am on Aug 14, 2005 (gmt 0)



Hi, guess this is the day for newbees

Can anyone help, I would like to load a page into a cell or a layer (the reason being I'd prefer not to use iframes)

Can this be done?

Thanks
Tony

goodroi

11:45 pm on Aug 14, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld Tony123!

Why not use iframes like this:
<body onLoad="if (document.all) window.frames[0].location.href = 'nextpage.htm'">

<div id="layer1" style="position:absolute; top:50; left:200; width:200; height:200;">
<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="about:blank">
</iframe>
</div>