Thanks for the help.
I'm still not getting the cookie to be sent.
my cod. is:
name = "test cookie";
domain = WWW.painreliefmedia.com;
expires = new Date();
expires.setDate(getDate()+1);
document.cookie = name + '=' + escape(value) + '; expires=' + expires.toGMTString(); + domain;
<BODY>
Would you have a simple example i can look at?
thanks --tony
Bookmarks