frame 刷新

frame 刷新父类页面

<script type="text/javascript" language="JavaScript">
if (top.location != self.location) {
top.location.href = self.location.href;
}
</script>