Hi i need my HTML frames to refresh every x seconds, providing the same functionalty as many HTML web chats.
thankyou.
Refresh for chat client
Moderator: General Moderators
<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.
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.