Remember what the Dormouse said. Feed your head. Feed your head.” Jefferson Airplane
A resource for web developers a code snippet library with step by step tutorials.

a resource for web developers...

       

Search Amazon

JavaScript: Cookies tutorial code snippet 10.

 

Up Up to JavaScript: Cookies overview page

 

 

Separating the descriptor from its value in a single cookie using the 'split()' method.

Create a persistent cookie to store a value using ':' character to differentiate between the descriptor and value.

Retrieve the contents of the cookie identified by its name and combining this with the 'split()' method to separate the descriptor and value.

 





Output view



Back to top

 

Bookmark and Share

 

Copyright © 2006-2010 justfigures.co.uk