Click to See Complete Forum and Search --> : refresh the page automatically


andrewchai
04-05-2005, 11:11 PM
how do i write a function or command to refresh the page automatically at each 50 seconds?

lmf232s
04-06-2005, 01:37 PM
<head>
<META HTTP-EQUIV="refresh" content="50;URL=http://www.yoursite.com/newpage.htm">
</head>

This can also be done with javascript.

andrewchai
04-07-2005, 02:38 AM
thank !
i test it and it work successfully.