How do i insert a auto refresh timer in Frontpage web?

R

Rohim Uddin

Dear Sir/Madam

Is there any option using which i can insert a code in a webpage which
refreshes itself after a specific interval, using Frontpage?

Regards
Rohim Uddin
 
T

Tom [Pepper] Willett

The meta tag belongs within the <head> of your HTML document. When used to
refresh the current page, the syntax looks like this:


<meta http-equiv="refresh" content="600">

The "600" represents the amount of seconds. Change to your specifications.
 
Top