Forum Discussion
JohnThomas
8 years agoQrew Cadet
I got the solution. i hope this will help anyone
DoSave = (function(fn){ return function(){ var resultofalertMSGS = alertMSGS(); if (resultofalertMSGS === false) { return false; }else{ var result=fn.apply(fn, arguments); return result; } }
})(DoSave);