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
 
Back
Top