window.location.href的用法
2021-05-17 11:31
标签: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页面 window.location.href的用法 标签:windows 用法 nbsp self 父页面 elf parent cat sel 原文地址:https://www.cnblogs.com/tongcc/p/11773763.html
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" 在顶层页面打开新页面
上一篇:windows系统路由设置
文章标题:window.location.href的用法
文章链接:http://soscw.com/index.php/essay/86706.html