Client Pull Questions
How can I implement client-pull in an HTML document?
You need to add a META element in the HEAD of
your document. The META element needs the attributes
HTTP-EQUIV (set to "Refresh"),
CONTENT (set to a number representing the seconds until
refreshing) and URL (which acts like HREF in
an A element).
For example:
<META HTTP-EQUIV="Refresh" CONTENT="1" URL="http://www.server.com/file.html">
will refresh in one second, with "http://www.server.com/file.html"
as the new document loaded in.
Copyright ©1994-1998 Grant Neufeld.
Mac WWW FAQ,
Nisto and nisto.com are trademarks of Grant Neufeld.