function NewClass(){ this.a = 5; this.img = document.createElement('img'); this.img.a=this.a; this.img.onclick = function(){alert(this.a);} }