saving info

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • alan

    saving info

    i am trying to make a script that allows users to input a name and
    then it will appear at the bottom of a list of names that already
    exist and will be there forever and more users can add names. i just
    cant figure out what simple commands i am forgetting.
  • Olexiy Merenkov

    #2
    Re: saving info

    Hello, alan!
    [color=blue]
    > i am trying to make a script that allows users to input a name and
    > then it will appear at the bottom of a list of names that already
    > exist and will be there forever and more users can add names. i just
    > cant figure out what simple commands i am forgetting.[/color]


    It's impossible to do with only javascript. You need to use some server-side
    language and database.
    You may consider using browser cookies to put user's name into the bottom of
    the page each time he visits
    Read more here: http://www.xs4all.nl/~ppk/js/cookies.html



    -
    Kindest Regards,
    Olexiy Merenkov



    Comment

    Working...