J
jack-e
How do I auto refresh a page a particular time of the day?
I think you may find some info here:jack-e said:How do I auto refresh a page a particular time of the day?
Eliyahu said:Do you mean your page stays open on the client machine and needs to refresh
at a particular time?
You can use a javascript timer to check current time periodically and
perform myForm.submit() call when the time comes.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
jack-e said:How do I auto refresh a page a particular time of the day?
jack-e said:Eliyahu said:Do you mean your page stays open on the client machine and needs to
refresh
at a particular time?
You can use a javascript timer to check current time periodically and
perform myForm.submit() call when the time comes.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
jack-e said:How do I auto refresh a page a particular time of the day?
yes that's right - the page basically stays open on the server and i
want it refresh each night - it's for an email send out.