Campbell Ritchie wrote:Have you never helped anybody with a problem?
Eric Pascarello wrote:
Megha kharde wrote:I think you can use <META HTTP-EQUIV="Refresh" CONTENT="0>
which instructs a web browser to automatically refresh the current web page or frame after a given time interval, using an HTML meta element with the http-equiv parameter set to "refresh" and a content parameter giving the time interval in seconds.
Also creating an infinite loop of refreshing.
Eric