JavaScript Cookies Functions

Get
Set
Delete
Any Dir
Library Source

Nb By clicking on Get, a JavaScript alert() will show the current cookie-value
The coookie string will appear in blue color under the page title by clicking on Set [... name=value]
By setting and deleting the cookie, we added the line location.reload() to retrieve immediately the effect of the action.

<a href=javascript:Set_Cookie('name','value',1/24/60,'/','','')>Set</a> [...this cookie will be active for 1 minute]

... if you reload this page after having set a cookie and after 1 minute
... the cookie will disappear [...expire]
home   www.ics-php.com/ev/