J
John
Hi,
I want to refresh a visited page (say Yahoo) automatically every (say) 10
secs.
I tried the following in the head section, which did not work:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHMTL 1.0 Transitional//EN"
"http://www.w3.org/TR/xhmtl1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3org/1999/xhtml">
<head> <meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<title> Yahoo </title>
</head><body>
<p><h1> <center> Yahoo </h1> </p>
<a href="http://www.yahoo.com"> Yahoo </a>
<meta http-equiv="Refresh" content="10; index.htm">
</body></html>
When I open my own web page, I hear every 10 secs a "click" which appears to
indicate that the timer is activated, but nothing more shows than the
pagename with the Yahoo link .
When I select the link, the Yahoo webpage shows, but is not updated every 10
sec (I don't hear the 10 sec "click" any more either!).
What do I change to make this work?
Thanks,
John
I want to refresh a visited page (say Yahoo) automatically every (say) 10
secs.
I tried the following in the head section, which did not work:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHMTL 1.0 Transitional//EN"
"http://www.w3.org/TR/xhmtl1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3org/1999/xhtml">
<head> <meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<title> Yahoo </title>
</head><body>
<p><h1> <center> Yahoo </h1> </p>
<a href="http://www.yahoo.com"> Yahoo </a>
<meta http-equiv="Refresh" content="10; index.htm">
</body></html>
When I open my own web page, I hear every 10 secs a "click" which appears to
indicate that the timer is activated, but nothing more shows than the
pagename with the Yahoo link .
When I select the link, the Yahoo webpage shows, but is not updated every 10
sec (I don't hear the 10 sec "click" any more either!).
What do I change to make this work?
Thanks,
John