链接部分

<a class="link" href="javascript:;" target="_top" onclick="goback()">返回上一页</a>

js部分,其中的判断历史条数,测试没效果

<script type="text/javascript">
function goback(){
if(window.history.length > 1){
    javascript:history.go(-1);
    window.frames['workspace'].document.getElementById('workspace').location.reload();  
}else{  
    alert("没有了");  
     }  
}
</script>

IFRAME框架部分

 <iframe frameborder="0"width="100%" id="workspace" name="workspace"></iframe>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2022-02-12
  • 2021-09-15
相关资源
相似解决方案