返回顶部
首页 > 资讯 > 后端开发 > JAVA >backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow
  • 809
分享到

backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow

javascriptjavahtml 2023-09-03 18:09:13 809人浏览 泡泡鱼
摘要

backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow html: changeDiv { background: #eee; color: #093; height:

backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow

html

changeDiv {
background: #eee;

color: #093;

height: 200px;

}

javascript:

function selectAnchor(element) {

document.getElementById(element).className = ‘changeDiv’;

}

javascript:

①、window.location.href方式

// 以下方式定时跳转 setTimeout("javascript:location.href='hello.html'", 5000);

//backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow

②、window.navigate方式跳转

window.navigate("target.aspx");

③、window.loction.replace方式

//backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow

window.location.replace("target.aspx");

④、self.location方式

self.location='target.aspx';   

⑤、top.location方式

top.location='target.aspx';   

⑥、返回方式

alert("返回");

window.history.back(-1);   
 

来源地址:https://blog.csdn.net/yetaodiao/article/details/127974382

--结束END--

本文标题: backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow

本文链接: https://lsjlt.com/news/392665.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作