Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

resize iframe at runtime

Status
Not open for further replies.

joelwenzel

Programmer
Jun 28, 2002
448
Is there a way to resize Iframes at runtime?
 
<body onLoad=&quot;iframe1.style.width='150';iframe1.style.height='500';&quot;>
<iframe id=&quot;iframe1&quot;></iframe>...

RIck if(($question==&quot;has been bugging me&quot;
AND $answer==&quot;fixed the problem&quot;) OR $answer==&quot;really good post&quot;){
print(&quot;Star&quot;);
}else{
print(&quot;Thanks.&quot;);
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top