jsp两个页面的跳转

jsp页面的跳转及参数的传递:

//	window.open(path+'/systemSite/jsp/userRegister.jsp');
	window.location.href= path+'/systemSite/jsp/userRegister.jsp';


你可能感兴趣的:(jsp两个页面的跳转)