在不同的JS事件中,調(diào)用不同的函數(shù),然后再給表單設(shè)置不同的屬性,數(shù)據(jù)就會提交到不同的處理器去。
function doAtcdel(){
if(confirm("敬告:確實是要執(zhí)行批量刪除么?\n該操作不可撤銷!"))
{
$("#dataForm").attr("action","/TVCMS/Article_Delete");
$("#dataForm").attr("method","post");
$("#dataForm").submit();
}
return ;
}
function doShenhe()
{
$("#dataForm").attr("action","/TVCMS/Article_StatePass");
$("#dataForm").attr("method","post");
$("#dataForm").submit();
return ;
}
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請
點擊舉報。