Michael Pemberton <[EMAIL PROTECTED]> wrote:
> the problem was that there was no method of downloading content AFTER the
page
> has been rendered.
That's what I'm talking about, look:
var tmpImg = new Image();
tmpImg.src = 'site.php?name=donaldDuck&age=60;
now 'site.php' can read 'name' and 'age', but can also send back data by
setting a cookie, see, an image request can be used to 'push' data to the
browser aswell.
you could for example set a 'replyCookie=GUID' in the request, and then have
an intervall that look for that cookie, and then fires an event when it is
received.
____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev