Alternate to HTTP Response Header Refresh

  • Thread starter Thread starter Alfons Puig
  • Start date Start date
A

Alfons Puig

Hi,

MSDN documentation about HTTP Response Headers say Refresh is obsolete and
maintained for legacy application compatibility only.

How can I achieve the same functionality to releoad the new contents of a
page?

I can use the timer component but, is there a http-like solution?

Thanks,

Alfons Puig
(e-mail address removed)
 
Check out "meta" tags in any HTML help sight. They can refresh pages after
a delay.

Also, Javascript sounds like it can do what you want. There are many pages
on the web that probably have a sample for what you need.


Charlie Nilsson [msft]
Visual Studio Update

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
 
Back
Top