Automatic resize the length of an iframe to fit the linked page

M

Michael

Is there any way to automatically resize the LENGTH of an iframe to contain
the entire imported page's length? Here's my code:

<iframe name="I1" src="../_borders/box-leadership.htm" marginwidth="8"
marginheight="0" title="Leadership" align="right" border="0" frameborder="0"
height="1080">
Il tuo browser non è configurato a visualizzare contentuo nei frames.</iframe>

I guess what I'm saying is that I'd like to put a wild-card in for the "1080".

Thanks!

Michael
 
N

neutrino

Michael said:
Is there any way to automatically resize the LENGTH of an iframe to contain
the entire imported page's length? Here's my code:

<iframe name="I1" src="../_borders/box-leadership.htm" marginwidth="8"
marginheight="0" title="Leadership" align="right" border="0" frameborder="0"
height="1080">
Il tuo browser non è configurato a visualizzare contentuo nei frames.</iframe>

I guess what I'm saying is that I'd like to put a wild-card in for the "1080".

Thanks!

Michael

This might help....
http://www.sourcexchange.de/?page=ShowSnippet&snippetModule_snippetId=554

or/and try a search on "iFrame auto size to fit contents", or similar
and you'll see several
options .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top