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
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