大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
今天小编给大家分享的是window.location.href的作用有哪些,相信很多人都不太了解,为了让大家更加了解window.location.href的作用,所以给大家总结了以下内容,一起往下看吧。一定会有所收获的哦。
成都创新互联公司专注于企业成都全网营销、网站重做改版、丘北网站定制设计、自适应品牌网站建设、html5、商城网站建设、集团公司官网建设、外贸营销网站建设、高端网站制作、响应式网页设计等建站业务,价格优惠性价比高,为丘北等各大城市提供网站开发制作服务。
window.location
对象可用于获取当前页面地址(URL)并把浏览器重定向到新页面。
window.location 对象可不带 window 前缀书写。
window.location.href
window.location.href
属性返回当前页面的 URL。
在js中,window.location.href
经常用于页面跳转。它主要有如下几种用法:
1、在当前页面打开URL页面。
需要注意的是window.location.href=window.location.href
与window.location.reload()
都是刷新当前页面。区别在于是否有提交数据。当有提交数据时,window.location.Reload()
会提示是否提交,window.location.href=window.location.href;
则是向指定的url提交数据
self.location.href="url" location.href="url" window.location.href="url" this.location.href="url"
2、在父页面打开URL页面。
parent.location.href="url"
3、在顶层页面打开URL页面。
top.location.href="url"
以上就是window.location.href的作用有哪些的简略介绍,当然详细使用上面的不同还得要大家自己使用过才领会。如果想了解更多,欢迎关注创新互联行业资讯频道哦!