Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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

irt.org | Knowledge Base | DHTML | Q1347 [ previous next ]

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

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>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.