Re: function/module to check if visitors have their cookies enabled

2003-06-09 Thread Octavian Rasnita
CTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 09, 2003 4:51 AM Subject: function/module to check if visitors have their cookies enabled Hi I'm looking for a function/module to check if visitors have their cookies enabled when they come to my site. I think that there might all-

[perl #22609] function/module to check if visitors have their cookies enabled

2003-06-06 Thread Ahrent
;> >> Regards Ahrent Soendergaard >> >> >> >> === At 2003-06-06, 21:25:00 you wrote: === >> >> >On 3/9/03 at 2:51 AM, [EMAIL PROTECTED] (Ahrent) wrote: >> > >> >> Hi IÌm looking for a function/module to check if visitors h

Re: function/module to check if visitors have their cookies enabled

2003-06-06 Thread Kristofer Hoch
What sometimes helps me is this... Add a domain. -domain => '.some.com', --- Ahrent <[EMAIL PROTECTED]> wrote: > Hi I’m looking for a function/module to check if > visitors have their cookies enabled when they come > to my site. > I think that there might all-rea

Re: function/module to check if visitors have their cookies enabled

2003-06-06 Thread Andrew Brosnan
On 3/9/03 at 2:51 AM, [EMAIL PROTECTED] (Ahrent) wrote: > Hi Iím looking for a function/module to check if visitors have their > cookies enabled when they come to my site. A little Javascript may be better for your purpose; but consider: use CGI; my $q = new CGI; my $cooki

function/module to check if visitors have their cookies enabled

2003-06-06 Thread Ahrent
Hi I’m looking for a function/module to check if visitors have their cookies enabled when they come to my site. I think that there might all-ready might be a module for this, but I haven’t been able to locate it. I have so for been trying work around the problem myself with something like this