Hello,
Does anybody know how to force a refresh on a HTML page? I know that there is a auto-refresh Meta Tag <META HTTP-EQUIV="refresh" content="2;URL=http://www.yoursite.com/newpage.htm">
but the problem is that I don't want a cyclic refresh, but JUST ONE refresh when the page is downloaded...(I have added the no cache option!)
Maybe some function using JSP ?? I don't know...
Any help, please...
Does anybody know how to force a refresh on a HTML page? I know that there is a auto-refresh Meta Tag <META HTTP-EQUIV="refresh" content="2;URL=http://www.yoursite.com/newpage.htm">
but the problem is that I don't want a cyclic refresh, but JUST ONE refresh when the page is downloaded...(I have added the no cache option!)
Maybe some function using JSP ?? I don't know...
Any help, please...