Jump to content

iframe problems...


suess0r

Recommended Posts

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]
Link to comment
https://forums.phpfreaks.com/topic/30293-iframe-problems/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.