
July 11th, 2000, 01:28 PM
|
|
Apprentice Deity
|
|
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237

Time spent in forums: 4 m 8 sec
Reputation Power: 17
|
|
|
You are outputting the results in a table. The browser is receiving the data as you flush, but isn't displaying it because the table isn't complete. Netscape will NEVER display a table until it gets a </table>. IE MIGHT display if you specify table and td widths, but then again it might not. Best bet is to do away with the table.
|