|
Posted by Al13n on 10/10/82 11:31
Piet Meins <Piet.Meins@gmx.net> wrote:
>I try to build a page that is consistantly updated by the server with
>new data, but in spite of getting new pages I get one page with
>different sections. A simplified code looks like this:
So you mean something that is dynamically adding content to the page,
right? You'd have to either use a refresh to have the page refresh and
show the next content or (more gracefully) use JavaScript to do this.
While you'd think pausing and flushing would work, but generally it won't
-- at least, that has been my experience. I think that it does work with
some browsers, perhaps, if you tell them not to buffer what they're
downloading but generally this is a task best left to JavaScript.
Navigation:
[Reply to this message]
|