Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
I'm also accustomed to working with cookies only from the server, and was scratching my head recently when asked to put together an offline pseudo-website, to go onto a CD, for a lesson plan being sold to students. I needed answers to be saveable on textareas, so they needed to be saved onto a cookie and it needed to happen with JavaScript alone.
Here is the guide I used: http://www.quirksmode.org/js/cookies.html
Note you only really need to know how to use the three functions PPK outlines.
@Jeremy: maybe it's for a form that is being submitted to an external site?
Last edited by wayfarer07; 06-23-2009 at 07:26 PM..
|