Can anybody expand on this please?

From the server side, you would have to set the cookie before you send any HTML code (ie - Response.Write) as cookies are sent as HTTP headers. So what you need to do is set the cookies on the page linked to, using the HTTP_REFERER Server Variable if needed to tell where the link came from.

Josh
That tip comes from the following posting.....

http://forums.vb-world.net/showthrea...hlight=cookies

Some code would be nice too

Thanks
DocZaf
{;->