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
"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
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
> 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-
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