Refresh

  • Thread starter Thread starter Toggles
  • Start date Start date
T

Toggles

Does anyone know of an easy way to get a page to
automatically refresh after a period of time (e.g, 5
minutes)? I have something already set up (with a hidden
text box, etc.), but was just curious if there was an
easier way.

Thanks,

Toggles
 
When you refer to page, do you mean web page or are you referring to a
windows form ?

OHM
 
Does anyone know of an easy way to get a page to
automatically refresh after a period of time (e.g, 5
minutes)? I have something already set up (with a hidden
text box, etc.), but was just curious if there was an
easier way.

Thanks,

Toggles

I'm not an ASP guy - but could you not include a Refresh header?

<META HTTP-EQUIV=Refresh Content="300; URL=http://yourpage">

I can't rememeber the exact syntax - but it is something like the above.
 
Back
Top