From: Michael P. <mp...@po...> - 2001-02-24 11:21:33
|
the only problem is that cookies are limited to 4k in size. this is not of much use for dynamic loading of email messages and other such file contents. Doc Oliver wrote: > Michael Pemberton <mp...@ph...> 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 > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev -- Michael Pemberton mp...@ph... ICQ: 12107010 |