window.location.href的用法

2021-05-17 11:31

阅读:358

标签:windows   用法   nbsp   self   父页面   elf   parent   cat   sel   

1.

window.location.href=window.location.href; 刷新当前页面,向指定的url提交数据

window.location.Reload():刷新当前页面。window.location.Reload()会提示是否提交

2.

self.location.href="http://www.soscw.com/url" 当前页面打开URL页面

location.href="http://www.soscw.com/url" 当前页面打开URL页面
windows.location.href="http://www.soscw.com/url" 当前页面打开URL页面,前面三个用法相同。
this.location.href="http://www.soscw.com/url" 当前页面打开URL页面
parent.location.href="http://www.soscw.com/url" 在父页面打开新页面
top.location.href="http://www.soscw.com/url" 在顶层页面打开新页面

window.location.href的用法

标签:windows   用法   nbsp   self   父页面   elf   parent   cat   sel   

原文地址:https://www.cnblogs.com/tongcc/p/11773763.html


评论


亲,登录后才可以留言!