From: Richard B. <ma...@ri...> - 2001-02-28 13:26:18
|
Ahh, that's true, now the onload would tell me when the cookie has arrived, instead of polling for it. I have an example of a testcase here: http://www.resass.f2s.com/dynapi/Richard_Examples/Dynamic_Stock_Ticker.html I'll try to use the img load properties to see how that works. At the moment it only loads once in NS6, and stops after +-30 mins in other browsers. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) Find the DynAPI faq here: http://sourceforge.net/docman/display_doc.php?docid=656&group_id=5757 Browse the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi ----- Original Message ----- From: "Michael Buerge" <mb...@st...> To: <dyn...@li...> Sent: Wednesday, February 28, 2001 1:43 PM Subject: Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS) > 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 > ____________________________________________________________ > Get your domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |