tags:

views:

31

answers:

2

Hello everyone,

I have a third party application which is mainly a monitoring system that contains a "Refresh Button", which is used for getting the realtime datas from all the other machines. My requirement is that i want to make the refresh happen automatically at given amount of time regularly. Can anyone suggest me how it can be done in any programming language....

Thanks in advance

Ramana Mohan

A: 

in c# you can use a backgroundworker controled by a timer control.

Jonathan
A: 

you can add http-equiv="refresh" content="8;url=http://mywebsite.com/ to body onload

Nagu