PDA

View Full Version : Refresh after time delay


allyson
10-24-2002, 10:39 AM
Hi

I would like to know how to write a script that can refresh a frame (my website is divided into 3 frames), wait for 10 seconds, then refresh again, and keep going.

bye
Allyson

Mhtml
10-24-2002, 11:12 AM
<meta http-equiv='Refresh' content='#'>

Just place this in the head section of the page to be refreshed, and change the # with the time.

Eg, <meta http-equiv="'Refresh'" content="10;'">

Will refresh you page every 10 seconds.