String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
修改论文var time = 4;
function clock(){
time--;
document.getElementById("info").innerHTML = "窗口将在"+time+"秒后自动跳转";
var action = document.getElementById("me").value;
if(time==0){
window.location.href="actions/"+action;
}
}
setInterval("clock();",1000);
发送成功!本窗口将在3秒后自动跳转 |
注: ${action} 要在跳转的action放入 就是方法名