码迷,mamicode.com
首页 > Windows程序 > 详细

如何在window的location使用target

时间:2017-05-17 10:11:55      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:如何   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   =   "…… ";

如何在window的location使用target

标签:如何   targe   oca   cat   跳转   get   ram   target   nbsp   

原文地址:http://www.cnblogs.com/orac/p/6865728.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!