Re: [[Dynapi-Dev] Dynamic Content Loading (IT WORKS)]

2001-02-24 Thread Doc Oliver
Michael Pemberton <[EMAIL PROTECTED]> wrote: > I now have it working in both NS and IE (only win tested) and can't see > any bugs. (I should open my eyes) Can anyone confirm this working in NS6/Mozzilla ? Get free email and a

Re: [Re: [Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS)]]

2001-02-23 Thread Doc Oliver
"Richard Bennett" <[EMAIL PROTECTED]> wrote: > I thought client-side javascript couldn't read cookies written by a > server-side app?? > Richard. sure it can, a cookie is a cookie is a ... Get free email and a permanent addres

Re: [Re: [Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS)]]

2001-02-22 Thread Doc Oliver
Michael Pemberton <[EMAIL PROTECTED]> 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 'ag

Re: [Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS)]

2001-02-22 Thread Doc Oliver
> Would like to see the java source (if it's an option, if not no problem), > and start working on a PHP version of this as well; adding in the two other > components. Did y'all know that you can do all of this with the help of a server-side script + some cookies ? (create img, set source to ss-

Re: [Dynapi-Dev] Difference in IE between event and window.event

2001-02-12 Thread Doc Oliver
That looks if the objects are the same instance, not if they are alike. - Original Message - From: "Jared Nuzzolillo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 1:04 PM Subject: Re: [Dynapi-Dev] Difference in IE between event and window.event > it appea