定时间刷新

setTimeout('forwardHomePage()',400000);

function forwardHomePage(){
window.location = '<%=path %>/servlet/MonitorSubjectProductProcessController?method=getmonitorSubjectProductProcessDetail&product_id=<%=product_id %>&area=<%=area %>';
}

你可能感兴趣的:(servlet)