Page 1 of 1

Refresh for chat client

Posted: Wed Dec 25, 2002 1:05 pm
by mzfp2
Hi i need my HTML frames to refresh every x seconds, providing the same functionalty as many HTML web chats.

thankyou.

Posted: Wed Dec 25, 2002 6:14 pm
by evilcoder
<meta http-equiv="refresh" content="3;url=thepagetorefresh.ext">

Place that at the top of the page you a refreshiing, and in the "url" field just simple put the name of the file you a refreshing.

That should work, ten just change the time you want it refreshed to whatever.

content="3 is the amount of time until next refresh.