in reply to javascript.. perl.. cookie
Hmmm. Fairly good question why it's not working for you. I tried your javascript and it worked in both Mozilla and IE. The only reason I can think of for the cookie's refusal to show is that the page that contains the javascript is under a path different from the perl script. When I changed the path of the html page from that of the script, it did fail. The obvious solution is to set the path to the deepest common path. Of course, this may simply be '/'.
Hope this helps.
antirice
The first rule of Perl club is - use Perl
The ith rule of Perl club is - follow rule i - 1 for i > 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: javascript.. perl.. cookie
by wolverina (Beadle) on Nov 01, 2003 at 00:29 UTC | |
by antirice (Priest) on Nov 01, 2003 at 01:15 UTC | |
by wolverina (Beadle) on Nov 01, 2003 at 01:26 UTC |