PDA

View Full Version : Personal Address Book


dagaffer
07-02-2002, 09:14 PM
Can anyone give me any idea of how I could get a script which allows you to type in details of people & save them into a cookie (as in an address book)?:D

Also, once they're stored they will be in a selection box thing so that once clicked on, it will bring up the details of that person...:rolleyes:

Please help! Gaffer:thumbsup:

whammy
07-03-2002, 12:22 AM
Well, you could do this with a cookie using javascript, but you'd be way better off using a server-side language and some kind of database (even a text file) - it'd be much less complicated (cookies in javascript are not exactly user-friendly, but they CAN be figured out!).

If you really want to do this with a cookie, I'd go look at some javascript cookie tutorials on the net - I believe webmonkey has one ?