From: Michael P. <mp...@ph...> - 2001-02-28 13:43:19
|
It is possible to capture errors with my applet. The reason I came up with this in the first place is for the eventual dynamic loading of code. This will allow for new widgets to be downloaded as needed. There are two main problems I see with images / cookies for downloading: cookie are only allowed to be 4k in size. no syncronization The syncronization problem also exists with using a frame to download content. Michael Buerge wrote: > you don't have to reload the whole page, you could use images for that. you > would need a serverside-script (or whatever) that outputs an image (a 1x1px > transparent gif would do the job) and send the cookies along with the image. > hmmm, i kinda like the idea, because there's one thing images have that a > frame doesn't have: an onerror-handler that fires when the image couldn't be > loaded. > > -- > Michael Buerge > > > Von: "Nuno Ferreira" <nun...@wi...> > > Antworten an: dyn...@li... > > Datum: Wed, 28 Feb 2001 12:03:41 -0000 > > An: <dyn...@li...> > > Betreff: RE: [Re: [Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS)]] > > > > The problem with cookies is that, though you can write them, > > you can only read them again (and get a new value for instance) > > only if you reload a page, so I don't think you can use them > > to comunicate with the browser, without reloading the page. > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev -- Michael Pemberton mp...@ph... ICQ: 12107010 |