javascript thread: any cookie calling - the syntax
But if I just want to see if a certain cookie has been set, I could just use regular expressions to test to see if a the name exists inside of the cookie string, yes? That is, if I don't need the value of the cookie, then I don't need to chop it up? From: Phil Griffiths : > The standard solution is that you have to chop up the document.cookies > string to get at the actual cookie you want.
|





