i've used javascript to dynamically create an image in a document. now i want to grab the .fileSize from that image. doing a regular call doesn't work, however if i do an alert('anything') before i grab the fileSize it will work. its like it has to refresh to registered nodes? is there maybe a way to do this without using a tacky alert()?
i used replaceChild to create the image if that makes a difference.