PDA

View Full Version : iframe resizing problem



gauri_agr
22 Apr 2009, 08:43 AM
I have a abc.html file and I have included this abc.html in in main.html as


<iframe name="iframe" frameborder="0"

src="float_layout.html" width="100%" height="100%" scrolling="no" >
</iframe>

right now i dont have any thing except the code I wrote above. I want main.html should be displayed with the same size as abc.html...but main.html is rezing.

How should I make sure that size should not change?

Thansk for view my question.

-Gauri