suess0r Posted December 12, 2006 Share Posted December 12, 2006 hey there,well i'm attempting to use iframes for my project, which basically is running some SQL queries using php but.. i'm having some iframes troubles...OK, so on the height of the iframe of the pg1 (body) it is unknown due to the height varying from the return of the query, so is there a way to set the height of the iframe to vary with the height-size of the page (Without scrollbars)??[quote] <? include('mheader.php'); ?> <table width="190" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td colspan="3" align="center" valign="top"><iframe src="mpg1.php" width="220" height="750" frameborder="0" scrolling="auto" name="pg1" align="center"> Frame's not supported by your browser, sorry...</iframe></td> </tr></table><? include('mfooter.php'); ?>[/quote] Quote Link to comment Share on other sites More sharing options...
fenway Posted December 16, 2006 Share Posted December 16, 2006 Why show the iframe at all? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.