页面js
function updateOtTime(otid){
var oturl = "<%=base %>/UpdateOtTimeAction.do" + "?ot;
}
}
子页面中的返回
window.returnValue = "saveok";
window.close();
页面js
function updateOtTime(otid){
var oturl = "<%=base %>/UpdateOtTimeAction.do" + "?ot;
}
}
子页面中的返回
window.returnValue = "saveok";
window.close();
相关文章: