- history.go( 0 )
- location.reload()
- location=location
- location.assign(location)
- document.execCommand( 'Refresh' )
- window.navigate(location)
- location.replace(location)
- document.URL=location.href
但如果是在jsp页面跳转的话,一定要注意路径问题!在客户端跳转,如果有base标签,则只要从webroot根目录+"/"+页面所在目录;
如果没有base标签,则文件路径为:"/"+"项目名"+"页面所在根目录"!