Auto Refresh

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Does anyone know how to enable / implement an auto-refresh
while within IE6.0? We are using one of our applications
as a monitoring tool and would rather not have to keep
pressing the F5 key on every refresh. Thanks in
advance.
 
Can you put this meta tag in the "head" section of the HTML page?

<meta http-equiv="Refresh" content="20">

content="20" means it will refresh every 20 seconds.

Matthew
 

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