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

 

Up Up to JavaScript: Cookies overview page

 

 

Passing cookie values from page to page using multiple cookies and the 'post' request.

Using a form to collect the values from the user: user's personal information.

Use of the 'post' request method attribute of the form to hide the cookie values being passed.

Using transient cookies so that the personal information is not available once the browser is closed.

 





Output view

 

 

Passing cookie values from page to page. Open the above example in a new window and witness that the cookie values are not appended to the URI in the browser address bar.


View above example in a new window



Back to top

 

Bookmark and Share

 

Copyright © 2006-2010 justfigures.co.uk