function search(state){ window.location.href = "/tssw/report/index?days="+state; } function excelExport(days){ window.open("/tssw/report/chartExcel?days="+days); } function cancel(){ history.back(); }