|
Posted by J.O. Aho on 01/23/06 03:17
Jay wrote:
> this Javascipt is callin an eBay .dll file (searching for eBay items) -
> that's why I want to output everything first, the call the javascript.
....
> I remember programming in C, where you could output to screen one line at a
> time:
>
> output line 1
> output line 2
> output line 3
> etc ...
>
> I'm thinking this should be possible in PHP
It's possible, but javascript isn't run on the webserver, it's still run on
the clients machine, so no matter how you write the php code, the page will
take the same time to execute and show on the client, some tricke may make it
seem to render faster but from the first code received to that the whole page
is displayed, will be around the same (excluding differences for bandwidth,
CPU load and other things you aren't able to control).
//Aho
Navigation:
[Reply to this message]
|