在新的jsp页面head标签中间加
<script type="text/javascript">
if (window != top){
top.location.href = location.href;
}
</script>
就可以了
在新的jsp页面head标签中间加
<script type="text/javascript">
if (window != top){
top.location.href = location.href;
}
</script>
就可以了