Topic awaiting preservation: cookies |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Deep Space |
posted 09-16-2002 18:11
I've been having some issue attempting to request a cookie through the use of JavaScript. Basically I'm taking a cookie value that I'm setting through the use of VBScript...then reading the value in a client side JS fuction to keep a DHTML effect I'm using the same from page to page. The issue that I'm having is not being able to read a cookie that has mulitple values..... |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 09-16-2002 19:49
write multiple cookies for each data value? |
Bipolar (III) Inmate From: Deep Space |
posted 09-16-2002 21:33
That was something that I was considering doing that....Though I was prefering to keep it all in one cookie....does JS have a way to extract information from a cookie like this? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-16-2002 22:00
alert(document.cookie); |
Bipolar (III) Inmate From: Deep Space |
posted 09-18-2002 18:06
Thanks for the help....I've got it working to where I can finally get each nested value. Here is what I have so far....it works.....thankfully. If you have any thoughts on condencing the code or comments....let me know...... |