I am keen to create a text area on a webpage which users can write on. What they wrote would stay there after they left the page and closed it down. When the page was reopened, possibly by someone else, the earlier writing would still be there. Is it possible to do this by javascript or is it necessary to use a server side language such as php or asp ?
browser javascript works on only one computer. you can easily save text on a single users computer between visits. if this is something that needs sharing, only a server will do for now.
Bookmarks