vote up 0 vote down star
2

I have an iframe where the src is an htm file and this iframe is put inside usercontrol :

<iframe frameborder="0" src="CName.htm" align="left" width="730" height="1100" ></iframe>

i need the iframe to resized according to the content so that it's height is set according to the hieght of the html file and i don't need to use scrolling attribute do u have any ideas?

Duplicate - see http://stackoverflow.com/questions/153152/resizing-an-iframe-based-on-content

flag

17% accept rate

3 Answers

vote up 0 vote down

Resizing an IFrame gets ugly really quick. In fact, I don't think there's a good, cross-browser way to do what you want the way you want to.

Are you sure you need to do this? Perhaps you could consider a different approach?

link|flag
vote up 0 vote down

You can figure out the height and width of the content inside the frame, then call a function that's on the frame's owner to set the iframe element's height and width.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.