1.<body onload="setTimeout('self.location=self.location.href',10000)">
2.<%response.setHeader("Refresh","3");%>
3. 在"<head>......</head>"之间加上下面一句:
<meta http-equiv=refresh content=2; URL=xxx.jsp>
1.<body onload="setTimeout('self.location=self.location.href',10000)">
2.<%response.setHeader("Refresh","3");%>
3. 在"<head>......</head>"之间加上下面一句:
<meta http-equiv=refresh content=2; URL=xxx.jsp>