if(location.href==top.location.href)top.location.href='框架页URL'
如果框架页中子页面可能是多个页的话,可以通过参数传递,并在框架页中解析参数,将子框架定向到指定的子页面.
<script language="JavaScript">alert(parent.location.href)//父框架地址
alert(parent.location.title)//父框架标题
</script>
if(location.href==top.location.href)top.location.href='框架页URL'
如果框架页中子页面可能是多个页的话,可以通过参数传递,并在框架页中解析参数,将子框架定向到指定的子页面.
<script language="JavaScript">alert(parent.location.href)//父框架地址
alert(parent.location.title)//父框架标题
</script>