function foo(){ sthElem.onclick=function(){ foo.retval(); } function retval(){ return "somevalue"; //Во-во, вот так } } var value=foo();