Link to home
Start Free TrialLog in
Avatar of andrewerbs
andrewerbs

asked on

Auto Refresh in IE6

I need to force IE6 SP1 to auto refresh every 30 sec or so...

I've attempted to edit the registery, but to no avail

1.Start RegEdit; select Start, Run; type regedit; and press Enter.
2.Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update.
3.Double-click UpdateMode in the right pane and set the value as 00 for autorefresh on, 01 for autorefresh off.
4.Click OK, close RegEdit (choose Registry, Exit), and restart the computer.

(Looks like it forces Windows Explorer to auto-refresh rather than Internet Explorer.)

Any other ideas, short of editing the webpage in question to enable client pull.

Avatar of sunray_2003
sunray_2003
Flag of United States of America image

Only one I can think of is

go to  Tools -> Internet Options -> Settings

for  Temporary Internet files  check Automatically and apply

Sunray
Avatar of andrewerbs
andrewerbs

ASKER

Thanks Sunray, it's set to refresh automaticly...
But can I specify an amount of time in the registry or something?

AFAIK, I donot think there is any registry setting .

Anyway I shall work on finding one

Sunray
Telling the browser to refresh can either be done via meta tags as you mentioned:
<META HTTP-EQUIV=Refresh CONTENT="30; URL=index.html">

...or...
If you do not have edit permissions on the file then try setting a batch job to poll it for you, or maybe a static local html file with frames that calls the remote page to refresh x amount of seconds. ( i think that will work)  What OS are you running?  A dos batch should do the trick with minimal pains.

-irieiam
Alrighty, I'm running NT4...

So how would I set a local batch file to poll the webpage?
ASKER CERTIFIED SOLUTION
Avatar of irieiam
irieiam

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just checking in to see if any of the above solved your problem.

-irieiam
Just checking in to see if any of the above solved your problem.

-irieiam
Just checking in to see if any of the above solved your problem.

-irieiam
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Asta Cu
Recommend checking with WindowsUpdate for a Critical Security Patch announced today.  Details here:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/bulletin/ms04-004.asp

Asta
Well... Teasing me with 500 pts was not cool but when I answered the question, I realized that what I made was quite useful.  It's used everyday now, here.

You're welcome.
Sorry man, the problem here was the page that I needed to refresh every 30sec, needed two buttons clicked to get me back to the status screen (it's a list of my open jobs).

In the end I used a macro program, to click the "refresh button" coded into the page, set to only run on a specific IE6 window.

But thanks for the help,

I also downloaded the latest oprea browser, but had the same problem with having to click 2 buttons to get back to the status screen,

Sorry bout the delay, thanks again.