M
Mohammed Siraj
Guest
Inside onSaveCancelClick function, you can add a check as follows: if(document.theForm.act.value === 'Cancel'){ document.theForm.destId.value = '176735'; }else{ document.theForm.destId.value = '176736' ; // something else.. }
Continue reading...
Continue reading...