var retData=""; function A(){ ... image.onload=function(){ ... retData=x; return retData; // ????? } } action(); alert(retData);