当前位置:网站首页>location.href用法
location.href用法
2022-08-09 08:56:00 【l8487】
top.location.href="/url"
说的是在顶层页面打开url
self.location.href="/url"
说的是仅本页面打开url地址
parent.location.href="/url"
说的是你窗口打开Url地址
应该还有一个this.location.href="/url"
用法和self的用法一致
还有就是如果页面当中有自定义的frame的话,
也可以将parent self top换为自定义frame的名称
效果就是在自定义frame窗口打开url地址
if(window != top){
top.location.href="/login.aspx";
}
边栏推荐
猜你喜欢
ctfshow-web入门 文件上传篇部分题解
Calendar类和Date类转换时区 && 部分时区城市列表
Redis redis 】 【 the expiration of listening
BUUCTF MISC刷题笔记(一)
【愚公系列】2022年08月 Go教学课程 033-结构体方法重写、方法值、方法表达式
Routing configuration forwarding and experiment
[V&N2020 Open] Memory Forensics
[Vulnerability reproduction] CVE-2018-12613 (remote file inclusion)
The difference between big-endian and little-endian storage is easy to understand at a glance
内存中的swap机制
随机推荐
1. LVGL 8.3 在 Visual Studio 2019 模拟器中的环境搭建
Venture DAO 行业研报:宏观和经典案例分析、模式总结、未来建议
长辈相亲
PoPW代币分配机制或将点燃下一个牛市
交换机的工作原理
requests之防盗链学习
Calendar类和Date类转换时区 && 部分时区城市列表
Operator Overloading in Inheritance: A Legend of Input and Output
Routing configuration forwarding and experiment
Programming a washing machine: garbled characters after string output
eTS UI development learning
Kibana:为地图应用选择不同的语言 - Elastic Stack 8.3
leetcode 35. 搜索插入位置(二分法+找性质也很关键)
OpenHarmony Light Smart Product Development Live Notes
【GNN】2022 G-Mixup: Graph Data Augmentation for Graph Classification
bs4的使用基础学习
消息中间件(MQ)前置知识介绍(必看)
Redis redis 】 【 the expiration of listening
Conversion between number systems
正则表达式基础介绍