html input type="button" 页面跳转

时间:2023-03-08 17:39:00
<div class="message_text">
<p>你的申请已提交,请耐心等候哦!~</p><br />
<input type="button" value="返回首页" onclick="location.href = 'http://baidu.com'" /><input type="button" value="进入会员管理中心" onclick=window.open('http://baidu.com') /><br /><br /><br />
<p>提示:进入会员管理中心完善数据,可以更快通过审批。</p>
</div>

html input  type="button" 页面跳转

1.location.href,跳转替换本页面

2.window.open,跳转到新页面