...
temp.i=i;
temp.onclick = function(){alert(this.i);}

oppure solo
...
temp.onclick = (function(a){return function(){alert(a);};})(i);