function aaa(){
window.location.href="dutyInfoAction.do?operator=addDuty";
}
<input type="button" onclick = aaa() value="提交">
window.location.href="dutyInfoAction.do?operator=addDuty";
}
<input type="button" onclick = aaa() value="提交">