手机端jsp点击某个位置form表单提交跳转一个页面后,在新的页面点击后退会出现问题,必须支持后退到上一页面点击的地方,如何避免这种问题?
目前是利用浏览器自带的后退会出现问题,但是不得不后退,有什么方法捕捉到后退或者我重新提交表单!
认证高级PHP讲师
Try itlocation.href = document.referrer
location.href = document.referrer
To be honest, I don’t quite understand your question. Do you want to go back and refresh the page?
Try it
location.href = document.referrer
To be honest, I don’t quite understand your question. Do you want to go back and refresh the page?