Is responseText available for an image transaction, as it is when using XMLHttpRequest, using just an <IMG> tag? I used an onload event hander to examine the DOM after an image load to see if the server response message was available but I didn't see anything. I don't want to resort to AJAX just to see what the server has to say about an image.