From: Michael P. <mp...@ph...> - 2001-02-28 16:04:39
|
is there any way of upgrading the jvm on a mac browser? there is a way of changing the code to force it to use a java plugin, this might allow you to upgrade to the latest (and possibly more complete) version. Michael Buerge wrote: > your applet is a nice piece of code, congratulations. > but: it's useless for me. i need support for the mac, and as long as that > can't be achieved, i have to stick with a frames or cookie solution and deal > with synchronisation problems :( > > -- > Michael Buerge > > > Von: Michael Pemberton <mp...@ph...> > > Antworten an: dyn...@li... > > Datum: Thu, 01 Mar 2001 00:41:53 +1100 > > An: dyn...@li... > > Betreff: Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS) > > > > 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 > > > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev -- Michael Pemberton mp...@ph... ICQ: 12107010 |