Avatar of Claude Constantinescu
Claude Constantinescu
 asked on

Refreshing a web page in IE

Does anyone know of a add-on or something that refreshes an IE browser page every 10 minutes or so? I setup a scheduled page that opens in IE and is supposed to refresh every 10 minutes but IE doesn't do it
I found one for Google Chrome but does not work on IE, I need it for IE

Thanks
Internet Explorer (IE)Web Browsers

Avatar of undefined
Last Comment
Claude Constantinescu

8/22/2022 - Mon
Alex

David Favor

What you're asking for is a browser agnostic (works in all browsers) approach to this.

How you do this varies greatly according to reason for refresh + underlying code.

You might use AJAX or Websockets or HTTP Push.

Suggestion: Alex's answer resolves your current question. Best to open a new question describing your exact project, asking for design suggestions for implementing your project... specifically the refresh portion of your project.

Tip: Using AJAX is the simplest approach. Be sure to use https://modernizr.com in your project to ensure you only write one version of HTML5 + let Modernizr handle ensuring your code works across all browsers.
ASKER CERTIFIED SOLUTION
Claude Constantinescu

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy