?
------解决方案--------------------
location.href=xxx.jsp
------解决方案--------------------
被抢了sf
------解决方案--------------------
this.location = xxxxxx.jsp
------解决方案--------------------
window.open( "xxxxxx.jsp ", "_self ");
------解决方案--------------------
使用JSP内置对象forward进行跳转
------解决方案--------------------
window.location= "xxx.jsp ";