What's in a function? The first two lines are not part of the function, and have to be placed right behind the script opening tag (<SCRIPT>). They define the variables nomCookie and nombreVisites which will be used by our JavaScript functions.
Webmaster
What's in a function? The first two lines are not part of the function, and have to be placed right behind the script opening tag (<SCRIPT>). They define the variables nomCookie and nombreVisites which will be used by our JavaScript functions.
The right name. MyCookie is the generic name which all our cookies will start with. So choose a descriptive name which might not be used by another
site.