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 2.

 

Up Up to JavaScript: Cookies overview page

 

 

Creating a simple transient cookie to store multiple values.

Example of storing two (2) values in a single cookie. Using ':' and '|' characters as separators to differentiate between the descriptors and the values, for example "name:eric|species:a penguin".

Use of 'escape()' to clean the cookie values.

Reading the descriptors and values from the transient cookie.

 





Output view



Back to top

 

Bookmark and Share

 

Copyright © 2006-2012 justfigures.co.uk