function loadPicture (file) {
var im = new Image();
im.tfile = file;
im.onload = function () {
buildWindow(this.tfile,this);
}
im.src = file;
}
so gibt er mir auch 0 zurück ?????
function loadPicture (file) {
var im = new Image();
im.tfile = file;
im.onload = function () {
buildWindow(this.tfile,this);
}
im.src = file;
}
so gibt er mir auch 0 zurück ?????