Expandable Iframe

admin

Administrator
Staff member
Is there a way to make an Iframe expandable as needed? I have a web page with an Iframe to a second web page on a different server. The second web page has an expandable table. What I would like is when someone views the second page throught the Iframe and clicks on the table to expand, the Iframe will also expand to fit the size. <br />
<br />
Any help is appreciated.<br />
<br />
Jim<!--content-->you would have to use javascript to tell the parent page to set the width and height of the iframe to XX<!--content-->
 
Back
Top