|
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>
|
|
|
Copyright © 1996-2008 irt.org, All Rights Reserved.