jsp页面的跳转及参数的传递:
// window.open(path+'/systemSite/jsp/userRegister.jsp');
window.location.href= path+'/systemSite/jsp/userRegister.jsp';
jsp页面的跳转及参数的传递:
// window.open(path+'/systemSite/jsp/userRegister.jsp');
window.location.href= path+'/systemSite/jsp/userRegister.jsp';