There is a static (not CGI, not PHP) HTML page (in fact, many such pages, residing in different directories).
I need to store and read cookies for that pages (one cookies for all pages).
I guess, this can be done using JavaScript, right?
|
There is a static (not CGI, not PHP) HTML page (in fact, many such pages, residing in different directories). I need to store and read cookies for that pages (one cookies for all pages). I guess, this can be done using JavaScript, right? |
|||
|
|
Yes, you can use Javascript to play with cookies.
|
|||
|
|