码迷,mamicode.com
首页 > Web开发 > 详细

*.location.href 用法:

时间:2016-02-03 16:33:12      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

 *.location.href 用法:
  top.location.href=”url”          在顶层页面打开url(跳出框架)
  self.location.href=”url”         仅在本页面打开url地址
  parent.location.href=”url”      在父窗口打开Url地址
  this.location.href=”url”       用法和self的用法一致
     if (top.location == self.location) 判断当前location 是否为顶层来 禁止frame引用
   如果页面当中有自定义的frame的话,也可以将parent  self   top换为自定义frame的名称
     效果就是在自定义frame窗口打开url地址

*.location.href 用法:

标签:

原文地址:http://www.cnblogs.com/tian114527375/p/5179892.html

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