Thanks a lot Frank & Manos.
I'll try right away the proposed ways.
ManiKanta
On Thu, September 25, 2008 12:07 pm, Manos Batsis wrote:
> Exactly, thus an XMLHttpRequest can be used update an image in two ways:
>
> * The image URL can be passed as information to the HTTP response,
> wrapped in XML or not (i.e. XMLHttpRequest.responseText). That can be
> used to update an ima
Frank W. Zammetti wrote:
Ajax by its nature deals with textual information only, be it HTML, XML,
JavaScript or plain text.
Exactly, thus an XMLHttpRequest can be used update an image in two ways:
* The image URL can be passed as information to the HTTP response,
wrapped in XML or not (i.e.
Ajax by its nature deals with textual information only, be it HTML, XML,
JavaScript or plain text. It has no capability to handle binary data
(talking about XMLHttpRequest only, there are other Ajax techniques that
can achieve it). So, when you make an Ajax request to get an image,
you'll get the
Hi,
I m returning an image through custom result from action, and when the page
launches the image is getting displayed correctly.
But when I clicked the link to refresh, image is coming from action, but as
I've specified the targets="" as the div, (instead of img tag) some garbage
values are bei
5 matches
Mail list logo