Posted by rhustin on 09/19/06 03:12
Hi,
I am extremely new in the web programming department and even more with
php.
Here is the situation:
I have a html frameset on the left and on top with the mainframe in
between that(which I plan on removing once I get more familiar with
php).
I also have a phpBB board which I would like to load inside my frame.
Here is the TEST code I used in my forum.php file which is the source
of the mainframe:
<table border="1" width="100%">
<tr>
<td>
<BASE HREF="http://forum.url/...">
<?php include 'http://my.phpBBfofum.net/index.php'; ?>
</td>
</tr>
</table>
I used the baseref because otherwise the images wouldn't display.
It works fine for the first page display and there is no horizontal
crossbar in the frame. The problem I have is that once a link is
clicked on the phpBB forum the table disapears and when I open a thread
an horizontal bar appears in the frame and I have sort of no control
over that. Just like if the thread page was bigger than the others or
if the frame was not taken care of by the thread page.
What I am trying to figure out is if there is a possible way to prevent
that with php code? I would like the page to reload and still fit the
table/frame again.
Hope it was clear... any help would be apreciated, thanks.
Navigation:
[Reply to this message]
|