|
Posted by Piet Meins on 10/01/66 11:31
Al13n schrieb:
> 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.
>
Al13n whoever You are, thank You for Your hint. I just found out that a
Meta Tag like:
<META http-equiv='refresh' content='15'>
will do the Job - and it works
Thanks for Your help, to look "outside" the script was the initial idea
.. . .
Navigation:
[Reply to this message]
|