直接在本页跳转到新的页面
<input type=button onclick="window.location.href('连接')">
打开一个新的页面进行跳转
<input type=button onclick="window.open('连接')">
<input type=button onclick="window.location.href('连接')">
<input type=button onclick="window.open('连接')">