amytdev
08-03-2006, 07:16 PM
I'm trying to fit the content of a URL to an Iframe's height and width. I will be changing the size of the Iframe depending on a variable and I want the contents to fit into the Iframe. Any ideas?
<%varurllist="http://darkcity/Opfinder/testSheetresize/sheet.jpg"; %>
<iframe onload="resize();" name=thisframe id="the_iframe" src=<%=varurllist%> height="460" width="700" align="top"scrolling="no" frameborder="1"></iframe></p>
Amytdev
<%varurllist="http://darkcity/Opfinder/testSheetresize/sheet.jpg"; %>
<iframe onload="resize();" name=thisframe id="the_iframe" src=<%=varurllist%> height="460" width="700" align="top"scrolling="no" frameborder="1"></iframe></p>
Amytdev