Forum Moderators: phranque
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
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>