Code:
<DIV id=content style="Z-INDEX: 1; LEFT: 0px; RIGHT: 0px; WIDTH: 1013px; POSITION: absolute; TOP: 69px; HEIGHT: 546px">
<script>
document.write('<iframe width="'+(window.innerWidth?window.innerWidth:document.body.clientWidth)+'" height="'+(window.innerHeight?window.innerHeight:document.body.clientHeight)+'" src="report.cfm" name="content"></iframe>');
</script>
<!---
<IFRAME src="report.cfm" frameBorder=0 width=100% height=100% name="content">
--->
</DIV>
because i am using it in the following notation.
so to clarify, the DIV is forcing the page to load with those dimentions, ie atleast, 1013px and drop the location of the ifram down 69px from the top so that there is room for the navagation, then i need the iframe to auto ditecto the size of the browser being used, and fix itself to take up the room down below, minus the room at the top [the 69px]
using the 100% by 100% om the origional iframe code [commented out above] only limited it to that as defined in the div
Bookmarks