标签:如何 targe oca cat 跳转 get ram target nbsp
在页面中window的location跳转时,指定页面在框架中跳转
1. 如果你要让最顶层的框架跳转,就是整个页面,相当于用traget指向顶层
window.top.location = "…… "
2. 如果你要让当前页面的父框架跳转 ,相当于用traget指向父框架
window.parent.location = "…… "
3. 如果你要让指定框架跳转 ,相当于用traget指向对应的iframe
window.top.框架名.location = "…… ";
标签:如何 targe oca cat 跳转 get ram target nbsp
原文地址:http://www.cnblogs.com/orac/p/6865728.html