Hi I'm trying to implement a 30second auto-refresh of an ASP page, I've
tried using the meta tag but if I do that my checkboxes don't remain
persistent, they do remain persistent if I programmatically cause a
postback.

Any better way of doing auto-refresh?
Paul

Re: Autorefresh on a ASP page by Scott

Scott
Thu Nov 06 16:37:58 CST 2003

You could include a client-side JavaScript that uses the setInterval()
method and when the interval is reached call the submit method of the form.


"Paul" <pe@nospam.com> wrote in message
news:eXh8N%23IpDHA.1488@TK2MSFTNGP12.phx.gbl...
> Hi I'm trying to implement a 30second auto-refresh of an ASP page, I've
> tried using the meta tag but if I do that my checkboxes don't remain
> persistent, they do remain persistent if I programmatically cause a
> postback.
>
> Any better way of doing auto-refresh?
> Paul
>
>