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
I am a beginer in
Java. I came across this use of meta refresh while studing a struts2 example from Struts2 In Action to redirect the request from an index.html page
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=Menu.action">