js跳出iframe,显示新页面

1、

<script language="javascript" type="text/javascript">
    if (top.location != self.location)
        top.location = self.location;
    window.location.href = '/HuiLife/seller/seller.jsp';
</script>

Done

posted @ 2014-08-30 22:13  行云有影  阅读(3335)  评论(0编辑  收藏  举报