egdcltd
Nov 1st 2007, 6:38 pm
Okay, I have a page and part of this page uses an iframe to load another php file into it
<tr>
<td align="center" class="row1" valign="top" colspan="3">
<iframe width="100%" height="200" left="0" frameborder=0 src="{S_CHATBOX}" class="row1"></iframe>
</td>
</tr>
{S_CHATBOX} is the location of the php file.
Now, the iframe loads a few seconds slower than the rest of the page. Is there any way of speeding up the load time? I don't mind using something other than an iframe if it works.
<tr>
<td align="center" class="row1" valign="top" colspan="3">
<iframe width="100%" height="200" left="0" frameborder=0 src="{S_CHATBOX}" class="row1"></iframe>
</td>
</tr>
{S_CHATBOX} is the location of the php file.
Now, the iframe loads a few seconds slower than the rest of the page. Is there any way of speeding up the load time? I don't mind using something other than an iframe if it works.