Refreshing web page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All:

I have a business rule that says that a web page needs to be refreshed every
5 miinutes. Do any of you have expereince with this? What is the best way
to implement it?

TIA,
 
may try in <head>

<meta http-equiv="refresh" content="500">

or just ATLAS it.

SA
 
Check out AJAX or/and ATLAS

You still need to write JavaScript timer function to refresh your web page.

AJAX = Asynchronous JavaScript And XML,
ATLAS is an "AJAX" based Framework++++ being written by Microsoft. They are
planning on writing lots of functionality of .NET in JavaScript so you can
use it on the client side. With a JavaScript Timer you can get data
directly to the section of your screen without postback.

www.virtualearth.com or http://local.live.com/ was written in ATLAS, But
Google Maps was written in AJAX !

If you Google AJAX or/and ATLAS you will find enough info to keep you busy
for years.

http://weblogs.asp.net/scottgu/archive/2005/06/28/416185.aspx

Happy chasing technology.

SA
Once you stop chasing technology your are 6 feet under.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top