From: Alex Date: 2006-03-12T21:08:43+09:00 Subject: Re: cgi script send a bad image to the browser I'd like do do something like this: 1)The user insert some data in a field, than press a button 2)A script receive the data and return some textual info and an image With ajax I can make an interface with an instant textual answer from the system (without page refresh), but I'd like to do the same thing with the image. If I use this technique: The image is updated only when I refresh the page. Ummm... maybe I simply cannot do it. Any hints? Thanks a lot! Alex