COOKIES WITH JAVASCRIPT

This page shows some simple ways to set and read cookies using JavaScript: to acknowledge the JavaScript code click on the show code label below, or have a look to the HTML source of this page. The names of the JavaScript's functions used here should be: verifyCookie(), setMyCookie(), showCookie(), setCookie(), getCookie() and getAllCookies().


Show code