Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1347 How can I load another page into an absolutely positioned layer in Internet Explorer?

You are here: irt.org | FAQ | DHTML | Q1347 [ previous next ]

Try:

<body onLoad="if (document.all) window.frames[0].location.href = 'nextpage.htm'">

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

©2018 Martin Webb