PDA

View Full Version : Cookie made by asp retrieve in JS?


DiaH
09-27-2002, 03:24 PM
In a server side asp file, I used VBS to create a cookie called RoleID. I need to check it client side using JS but can't figure out if this can be done or how to do it.

Thanks,
Dia

ShMiL
09-27-2002, 04:07 PM
it can't be done.
But you can retrieve a cookie's content into JS variable...