Since your only dealing with one image, can't you just save that image with the same name to a web server every time it's generated, and display it with a web page containing an IMG tag with the SRC = to that image name. You then just do an auto-refresh of the web page containing the IMG tag using the META REFRESH tag every 5 seconds (i.e. <META HTTP-EQUIV="REFRESH" CONTENT="5;URL='mypage.aspx'">)
Larry On May 25, 10:38 pm, cipto john <[email protected]> wrote: > yES , i agree. > Or like u use Ashx to output the image through response. > and then set the src to this ashx by javascript > > On Mon, May 25, 2009 at 2:07 PM, Gunawan Hadikusumo < > > > > [email protected]> wrote: > > > why not just return the designated url for the image ? just like > >http://blah/test.jpgthen using javascript you change the src property > > of the current image refering to that url ? > > > On 5/24/09, cipto john <[email protected]> wrote: > > > Hmm,, > > > Everything on xmlhttprequest result is a string. > > > i'm not sure > > > > On Fri, May 22, 2009 at 5:48 PM, shree <[email protected]> wrote: > > > >> hello folks, > > > >> I'm confused if it is possible or not to use xmlHTTPRequest and > > >> responseStream to get an image. > > >> I'm generating image on the fly it gets updated for every 5 sec. I > > >> need to show that > > >> Image.- Hide quoted text - > > - Show quoted text -
