refresh IE screen...

  • Thread starter Thread starter Gordon J. Rattray
  • Start date Start date
G

Gordon J. Rattray

Hi there,

How can I set the IE screen to refresh itself automatically every 5 minutes?

I want to set up an IE window to watch email flowing through a server, and
of course if it does not refresh every few minutes, then I don't see any
action.

I just want one IE window to refresh, not the other 2 or 3 that I might have
on at the same time...

How to do this?

Thanks,

Gordon
 
In Gordon J. Rattray had this to say:

My reply is at the bottom of your sent message:
Hi there,

How can I set the IE screen to refresh itself automatically every 5
minutes?
I want to set up an IE window to watch email flowing through a
server, and of course if it does not refresh every few minutes, then
I don't see any action.

I just want one IE window to refresh, not the other 2 or 3 that I
might have on at the same time...

How to do this?

Thanks,

Gordon

Chances are you don't, I don't even know of an application that
pings/watches a site for changes that will accept log-ons and the likes.
Maybe - just MAYBE - this will do it:

SeqDownload v1.12:
http://www.nirsoft.net/utils/seqdownload.html

Better still, what email service provider is this? If you tell us that you
might be amazed what turns up for answers.

--
Galen - MS MVP - Windows (Shell/User & IE)
http://dts-l.org/
http://kgiii.info/

"We approached the case, you remember, with an absolutely blank mind,
which is always an advantage. We had formed no theories. We were simply
there to observe and to draw inferences from our observations." -
Sherlock Holmes
 
Gordon,

HTML has an option that can be included on a webpage:

<meta http-equiv="Refresh" content="300; URL=/emailflow.jsp">
Place just after head. 300 is the seconds between, so 5minutes

Dave
 
Back
Top