Hi!
I set a cookie with php: setcookie("php","yes",time()+600);
How can i delete this cookie whith a javascript?
Thanks for your answer!
try the forum at javascript.internet.com
paul
Hi Laci, Try with this: setcookie("php","");
--Shastry