跳转的页面添加
<!--信息跳转-->
<script language="JavaScript" type="text/javascript" >
if (window != top)
top.location.href = location.href;
</script>
<!--信息跳转-->
<script language="JavaScript" type="text/javascript" >
if (window != top)
top.location.href = location.href;
</script>