首页 > 代码库 > javascript-href页面跳转
javascript-href页面跳转
window.location.href跳转到另外一个界面。但直接传递get方法会暴露数据
下面可以实现跳转的效果,却又能够通过post传递方法隐藏数据。
有一个不足就是,在跳转到新页面后,点击“返回”返回的是个空界面,再次点击才能返回到提交界面。
<script language=javascript> document.write("<form action=abc.action method=post name=form1 style=‘display:none‘>"); document.write("<input type=hidden name=name value=http://www.mamicode.com/‘"+username+"‘"); document.write("</form>"); document.form1.submit(); </script>
javascript-href页面跳转
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。