日期:2014-05-16  浏览次数:20539 次

js阻止网页回退
在不允许回退的页面上加入

<script type="text/javascript">  
      javascript:window.history.forward(1);  
</script>