码迷,mamicode.com
首页 > 其他好文 > 详细

location.href使用方法总结

时间:2014-08-18 20:13:52      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:http   java   使用   io   数据   ar   art   div   

javascript中的location.href有非常多种使用方法,主要例如以下。

self.location.href=”/url” 当前页面打开URL页面

location.href=”/url” 当前页面打开URL页面

windows.location.href=”/url” 当前页面打开URL页面,前面三个使用方法同样。

this.location.href=”/url” 当前页面打开URL页面

parent.location.href=”/url” 在父页面打开新页面

top.location.href=”/url” 在顶层页面打开新页面

假设页面中自己定义了frame,那么可将parent self top换为自己定义frame的名称,效果是在frame窗体打开url地址

此外,window.location.href=window.location.href;和window.location.Reload()和都是刷新当前页面。差别在于是否有提交数据。当有提交数据时,window.location.Reload()会提示是否提交,window.location.href=window.location.href;则是向指定的url提交数据


http://www.zhongsisi.com/location-href/


location.href使用方法总结,布布扣,bubuko.com

location.href使用方法总结

标签:http   java   使用   io   数据   ar   art   div   

原文地址:http://www.cnblogs.com/hrhguanli/p/3920224.html

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