当前位置:网站首页>Web编程入门 1.2页面跳转
Web编程入门 1.2页面跳转
2022-07-22 11:07:00 【多层感只鸡】
(1)定向跳转到其他网页
①
<script language="javascript" type="text/javascript">
window.location.href="index1.html";
</script>
②
<script language="javascript" type="text/javascript">
$(location).attr('href', 'index1.html');
</script>
(2)在新窗口中打开网页
<script type="text/javascript">
window.open('index1.html');
</script>
(3)跳转回原来的网页,会保留除密码之外其他的数据。
<script language="javascript">
alert("返回");
window.history.back(-1);
</script>
(4)页面刷新
<script type="text/javascript">
window.location.reload();
</script>
边栏推荐
- 重新安装的nvidia显卡驱动
- On the characteristics of filter pseudo protocol
- Juc-7.1 thread collaboration semaphore
- Significance learning record of FFT in MATLAB
- JUC-7.1-线程协作-Semaphore
- 1.虚拟化和容器技术
- RPM package management - Yum online management - IP address configuration and network Yum source
- 锡盟蒙古族中学校园有线电视光纤传输系统设计剖析
- Bash variable -- environment variable
- Bash basic functions - wildcards and other special symbols
猜你喜欢
New cover of time: metauniverse will change everything
小区IP网络广播背景系统解决方案-基于局域网、专网或广域网传输
锡盟蒙古族中学校园有线电视光纤传输系统设计剖析
Buuctf entry diary -- [nctf2019]fake XML Cookbook
Human stars website collection plan -- Michael kerrisk
Buuctf breakthrough diary 02-- [hctf 2018] warmup1
Significance learning record of FFT in MATLAB
Learning notes of wechat applet introduction tutorial - operation feedback of UI chapter
英语四六级听力有线传输无线发射系统方案
Bishett route - hyperspectral image classification with deep learning in pytorch environment
随机推荐
已经两点经纬度,计算两点之间距离
记录:问题1,电脑闪屏;问题2,电脑桌面图标双击没有反应
[LTTng学习之旅]------LTTng的Feature
Solve the thirdscripterror error of wechat applet
New cover of time: metauniverse will change everything
3. Remote connection and SSH
Bash basic function - input / output redirection
重新安装的nvidia显卡驱动
JS BOM(浏览器对象模型)
解决编译mosquitto时遇到的问题
Bash variables - numeric operations and operators
Buuctf breakthrough diary 03 -- [geek challenge 2019] havefun1
MVCC
隧道调频广播覆盖系统数字选频光纤拉远漏缆覆盖解决方案
新生儿,脑区分割资料
PKG config lookup library and for compilation
Interview of 2020 Central South University information and communication summer camp
pytorch, 指定显卡问题
Significance learning record of FFT in MATLAB
Chapter 4: Minio's pre signed URLs upload files