js 跳转页面

js 跳转
window.location="<%=webPath%>/supplier/securityCenter/index.do";

<input
            type="button" class="btn_fh" value="< 返 回"
            onclick="location.href='<%=webPath%>/supplier/securityCenter/index.do'"/>

你可能感兴趣的:(js 跳转页面)