JavaScript返回上一页有以下方法:

window.history.go(-1);  //返回上一页,表单中的数据会保留
window.history.back();  //返回上一页
window.history.back();location.reload();//强行刷新
window.location.go(-1); //刷新上一页