Hi everyone 
I have a problem with cookies.....
I can create a cookie using javascript, i can also create one using ASP...
The trouble is that i want to read the cookie created in javascript using ASP so i can store the values in a database...
When a cookie is created using ASP It's easy to read using response.cookie("name")("key")...
But i can't seem to get this method of reading a cookie to work with the cookie created in javascript,
or do i have to build a function using Intstr() and such???
Any help would be greatfully accepted...
Thanks In advance
Gow
I have a problem with cookies.....
I can create a cookie using javascript, i can also create one using ASP...
The trouble is that i want to read the cookie created in javascript using ASP so i can store the values in a database...
When a cookie is created using ASP It's easy to read using response.cookie("name")("key")...
But i can't seem to get this method of reading a cookie to work with the cookie created in javascript,
or do i have to build a function using Intstr() and such???
Any help would be greatfully accepted...
Thanks In advance
Gow