From: Michael B. <mb...@st...> - 2001-02-28 12:42:25
|
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. |