html怎么做导航栏 html中怎么从一个页面跳转到另一个页面?
浏览量:3433
时间:2021-03-14 08:43:14
作者:admin
html中怎么从一个页面跳转到另一个页面?
跳转JS有几种方法:首先,跳转到b.html< scriptlanguage=javascript type=text/javascript>window.location.href=b.html</script>.Second:返回上一页<scriptlanguage=javascript>window.history.back返回(-1)</script>。第三:<scriptlanguage=javascript>window.navigateb.html</script>. 第四:<scriptlanguage=javascript>self.location=b.html</script>.Fifth:<scriptlanguage=javascript>top.location=b.html</script>
html怎么做导航栏 html页面跳转 html跳转到新的页面
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。