D dvo Nov 17, 2003 #1 How do I automatically reload the page, let say after every 10 seconds ? Thanks, Dinh Vo
S Sherif ElMetainy Nov 17, 2003 #2 Hello <meta http-equiv="refresh" content="10" > Best Regards Sherif ElMetainy
S Steve C. Orr [MVP, MCSD] Nov 17, 2003 #3 You can have the client refresh on a regular basis with a meta tag like this: <META HTTP-EQUIV="refresh" CONTENT="3"> That will cause the browser to refresh every 3 seconds.
You can have the client refresh on a regular basis with a meta tag like this: <META HTTP-EQUIV="refresh" CONTENT="3"> That will cause the browser to refresh every 3 seconds.