can anyone tell me what this code is doing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • uptowno
    owner
    • Apr 2002
    • 165

    #1

    can anyone tell me what this code is doing

    what is java code doing




    document.cookie='from=juiceyheavenly.com; expires=Tuesday, 1-Oct-02 10:23:24 GMT;';



    i had take some code out in order for it to show up here
    Last edited by uptowno; 09-30-2002, 06:35 AM.
  • Babaganoosh
    ♥♥♥ Likes Hugs ♥♥♥
    • Nov 2001
    • 15841

    #2
    Looks like it's setting a cookie.
    I like pie.

    Comment

    • Oldy
      Confirmed User
      • Sep 2002
      • 348

      #3
      Where did you find this code? It sets the cookie. The cookie is meant to remain on the computer only till 1st October.

      Comment

      Working...