|
Articles | JavaScript, JScript & ECMAScript
| back
COOKIES
| Article 1: Intelligent
Cookies |
Synopsis:
Have you ever come across a web site, that refuses to accept the fact that
you don't take cookies? This article will describe how to utilize cookies
in your web site without forcing cookies on your visitors.
Techniques:
Get_Cookie, Set_Cookie, Delete_Cookie |
| Article 2: Form
-> Cookie -> Form |
Synopsis:
how to store information from a form as a cookie, and how to retrieve the
information and place it back in the form.
Techniques:
indexOf(), Get_Cookie, Set_Cookie, form, elements, text, select, radio,
checkbox, eval(), substring(), find and replace, unescape(), checked,
selectedIndex |
| Article 3: Chocolate
Chip Cookies + Automating NEW! |
Synopsis:
Use a cookie to record the last time the visitor visited your page, and
combine it with the previous Automating NEW! article.
Techniques:
cookies, dates, Date.UTC, getYear, getMonth, getDate, substring |
| Article 4: |
|
| Article 5: |
|
|
NEXT 5
|
|
Articles | JavaScript, JScript & ECMAScript
| back
|