Hi,
Tuesday, February 24, 2004, 3:21:11 AM, you wrote:
N> Is there a PHP alternative to an IFRAME? Here's what I mean.
N> Is there a way to include a file in my php document that will be positioned
N> where I want it, like an IFRAME? I want to have it aligned right with text
N> wrapping around it and I know IFRAME is not compatible with Netscape
N> browsers.
N> Thanks
here is a bit of code I use to do a progress bar that works in ie and
ns4.7 though php has little to do with it :)
<table border="0" height="100" width="370">
<tr>
<td>
<iframe id="obj1" name="obj1" src="progress.php?UPLOAD_WAIT=wait"
type="text/html" frameborder="0" height="100" width="370">
<ilayer id="ilayer1" left="1" height="100" width="370"><layer left="1"
id="layer1" name="layer1" src="progress.php?UPLOAD_WAIT=wait"></layer>
</ilayer></iframe>
</td>
</tr>
</table>
--
regards,
Tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php