在我的项目中,我使用的是
Javascript代码history.back();回到上一页.(如窗口上的后箭头).
这个功能在IE和Firefox上工作得很好但在google crome上没有?
这个功能在IE和Firefox上工作得很好但在google crome上没有?
<input type="button" value="Go back" onclick="history.go(-1); return false" />
我明白了这个错误
Confirm Form Resubmission
This web page requires data that you entered earlier in order to be
properly displayed. You can send this data again,but by doing so you
will repeat any action this page prevIoUsly performed. Press Reload to
resend that data and display this page.
谷歌搜索,但每个人都在建议history.go(-1);返回false;但它也不起作用.还尝试过history.back(),但这也无济于事