Forum Moderators: open
[codes]
function changeColor(value)
{
document.cookie = "changeColor =" + escape(value) + ";expires=Wed, 01-Jan-2070 00:00:01 GMT";
}
[/codes]
I'v been working with php for a while but in this case cookie has to be set without page load/refresh so php wont help..
Thanks in advance.