Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: any cookie calling - the syntax


Message #1 by "Lawrence K" <lawrence@k...> on Thu, 24 May 2001 20:40:29
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.


  Return to Index