如何实现在提交表单之后跳转到指定页面

function check(){

document.formname.submit();
window.location.href=”URL” //如何使该句能够执行,或者怎样写是正确的?

}


<form name=”formname” action=”fun.js” method=”post”>

<input type=button value=submit οnclick=”check()”>

</form>

    原文作者:鳳舞酒天
    原文地址: https://blog.csdn.net/qq_40229790/article/details/119705367
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞